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