Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AArch64 SIMD intrinsics are now stable #60

Closed
Shnatsel opened this issue Feb 25, 2022 · 3 comments
Closed

AArch64 SIMD intrinsics are now stable #60

Shnatsel opened this issue Feb 25, 2022 · 3 comments
Assignees

Comments

@Shnatsel
Copy link

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.

@hkratz hkratz self-assigned this Feb 25, 2022
@hkratz
Copy link
Contributor

hkratz commented Feb 25, 2022

Thanks for the heads-up. Will look into it.

@marmeladema
Copy link

One thing to note though is that the neon target feature on which those intrinsics depend have not been stabilized yet but will be in 1.61

@hkratz
Copy link
Contributor

hkratz commented Apr 2, 2022

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".

@hkratz hkratz closed this as completed Apr 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants