-
Notifications
You must be signed in to change notification settings - Fork 275
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
arm intrinsic vst1q_s64_x4 dosent show up in the documentation #1444
Comments
The ARM functions are not yet completely added. A PR would be appreciated if you could implement any missing intrinsic functions. |
@Lokathor the intrinsic is implemented but its not showing up in the rust std documentation. |
ah, i understand now |
Amanieu
added a commit
to Amanieu/stdarch
that referenced
this issue
Jun 28, 2023
This happens because the docs are built for x86_64, see rust-lang#1345. Fixes rust-lang#1444
Fixed by #1445. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I see that the arm intrinsic vst1q_s64_x4 dosent show up in the std docs as see in this link https://doc.rust-lang.org/core/arch/aarch64/fn.vst1q_s64_x4.html .
vst1q_s64_x4 is a valid intrinsic fn already implemented in the rust compiler which can be proved via this godbolt (https://godbolt.org/z/77P1hcMjT)
The text was updated successfully, but these errors were encountered: