Tracking issue for RFC 2574, "SIMD vectors in FFI" #63068
Labels
A-FFI
Area: Foreign function interface (FFI)
A-SIMD
Area: SIMD (Single Instruction Multiple Data)
B-RFC-approved
Blocker: Approved by a merged RFC but not yet implemented.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
F-simd_ffi
`#![feature(simd_ffi)]`
requires-nightly
This issue requires a nightly compiler in some way.
S-tracking-unimplemented
Status: The feature has not been implemented.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
This is a tracking issue for the RFC "SIMD vectors in FFI" (rust-lang/rfcs#2574).
The feature gate is
#![feature(simd_ffi)]
.Steps:
Unresolved questions:
__m128
on C FFI when theavx
feature is enabled? Does that change the calling convention and make doing so unsafe ? We could extend this RFC to also require that to use certain types certain features must be disabled.The text was updated successfully, but these errors were encountered: