Y
Hacker News
new
|
ask
|
show
|
jobs
by
spullara
1033 days ago
not in stable yet
4 comments
burntsushi
1032 days ago
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.
link
anonymoushn
1033 days ago
core::arch::x86_64::_mm256_shuffle_epi8 and such seem to be in stable.
link
junon
1033 days ago
AFAIK intrinsics are stable. Idk about auto-vectorizers and the like.
link
spullara
1032 days ago
other commenters, call me when this issue is closed.
https://github.com/rust-lang/rust/issues/48556
link