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
Fixed in v0.1.4. For Rust 1.59 and 1.60 the aarch64_neon feature is still required for the aarch64 SIMD implementation. For Rust 1.61 the aarch64 SIMD implementation is enabled automatically with availability of target_feature = "neon".
rust-lang/stdarch#1266 has landed and shipped in v1.59
Note that documentation still displays the intrinsics as unstable due to a rustdoc bug: rust-lang/stdarch#1268
It should be possible to remove the feature gate now and enable SIMD on ARM by default.
The text was updated successfully, but these errors were encountered: