-
Notifications
You must be signed in to change notification settings - Fork 288
arm intrinsic vst1q_s64_x4 dosent show up in the documentation #1444
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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. |
# for free
to join this conversation on GitHub.
Already have an account?
# 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: