You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mips/mips64: should be behind the simd_mips feature
powerpc/powerpc64: should be behind the simd_ppc feature
Also, the nvptx module is not exposed anymore. I can't recall the exact reason but remember that there was one. In any case, should we add some feature name for it (e.g. nvptx_arch) and expose it again?
Also, some of the tracking issues for these things are in the stdsimd repo, do we need to open issues in rust-lang/rust for them ?
We are exposing a bunch of stuff from
coresimd
and everything is behind the same feature gatestdsimd
:core
:simd
: should probably be behind its own feature namecore_simd
,portable_simd
or similararch
: is behind thesimd_arch
featurex86
: is behind thesimd_x86
featurex86_64
: is behind thesimd_x86
featurearm
/aarch64
: should be behind thesimd_arm
featurewasm32
:simd_wasm
? @alexcrichtonmips
/mips64
: should be behind thesimd_mips
featurepowerpc
/powerpc64
: should be behind thesimd_ppc
featureAlso, the
nvptx
module is not exposed anymore. I can't recall the exact reason but remember that there was one. In any case, should we add some feature name for it (e.g.nvptx_arch
) and expose it again?Also, some of the tracking issues for these things are in the stdsimd repo, do we need to open issues in rust-lang/rust for them ?
arm
: Implement all ARM NEON intrinsics #148mips
: Implement all MSA Intrinsics (MIPS SIMD Architecture) #170powerpc
: Implement VSX Intrinsics #463, Implement Altivec intrinsics #462For the
core::simd
issue I think it's ok to keep it pointing to the tracking issue of the original RFC by @huonw .The text was updated successfully, but these errors were encountered: