Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
felipellrocha
2y ago
0 comments
Share
Rust has simd support, so maybe the latter is the issue.
0 comments
default
newest
oldest
spullara
2y ago
not in stable yet
burntsushi
2y 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.
anonymoushn
2y ago
core::arch::x86_64::_mm256_shuffle_epi8 and such seem to be in stable.
junon
2y ago
AFAIK intrinsics are stable. Idk about auto-vectorizers and the like.
spullara
2y ago
other commenters, call me when this issue is closed.
https://github.com/rust-lang/rust/issues/48556
j
/
k
navigate · click thread line to collapse