Hacker News new | ask | show | jobs
by spullara 1033 days ago
not in stable yet
4 comments

This is incorrect. Rust has had x86_64 (up to and including AVX2) intrinsics stable since Rust 1.26. Wasm32 simd128 and aarch64 neon intrinsics are also stable.
core::arch::x86_64::_mm256_shuffle_epi8 and such seem to be in stable.
AFAIK intrinsics are stable. Idk about auto-vectorizers and the like.
other commenters, call me when this issue is closed.

https://github.com/rust-lang/rust/issues/48556