-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
vget_low_s8 behind feature flag on beta #94083
Comments
cc #91951 |
cc @Amanieu It looks like this may have gotten overlooked during stabilization? It likely does not block a release, though, and I'm not inclined to do fairly last minute backports of some subset of intrinsics |
Most likely overlooked since its cognate, |
Yes, it seems this was overlooked in the stabilization. It's an easy fix, but probably not worth backporting at the last minute. In the meantime it should be possible to work around using some of the other intrinsics. |
Triage: stabilization fixed in stdarch submodule bump inside #94529. |
While using the
aarch64
intrinsics that are stable on beta I've noticed thatvget_low_s8
still complains about not being given thestdsimd
feature.Meta
rustc --version --verbose
:Backtrace
The text was updated successfully, but these errors were encountered: