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

arm intrinsic vst1q_s64_x4 dosent show up in the documentation #1444

Closed
psvri opened this issue Jun 28, 2023 · 4 comments · Fixed by #1445
Closed

arm intrinsic vst1q_s64_x4 dosent show up in the documentation #1444

psvri opened this issue Jun 28, 2023 · 4 comments · Fixed by #1445

Comments

@psvri
Copy link
Contributor

psvri commented Jun 28, 2023

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)

@Lokathor
Copy link
Contributor

The ARM functions are not yet completely added. A PR would be appreciated if you could implement any missing intrinsic functions.

@psvri
Copy link
Contributor Author

psvri commented Jun 28, 2023

@Lokathor the intrinsic is implemented but its not showing up in the rust std documentation.

@Lokathor
Copy link
Contributor

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
@Amanieu
Copy link
Member

Amanieu commented Jun 28, 2023

Fixed by #1445.

Amanieu added a commit that referenced this issue Jun 28, 2023
This happens because the docs are built for x86_64, see #1345.

Fixes #1444
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

Successfully merging a pull request may close this issue.

3 participants