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

Docs for _mm_loadu_si64 claim it loads 16 bits #133062

Open
CatsAreFluffy opened this issue Nov 15, 2024 · 0 comments · May be fixed by rust-lang/stdarch#1675
Open

Docs for _mm_loadu_si64 claim it loads 16 bits #133062

CatsAreFluffy opened this issue Nov 15, 2024 · 0 comments · May be fixed by rust-lang/stdarch#1675
Labels
A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue. T-libs Relevant to the library team, which will review and decide on the PR/issue.

Comments

@CatsAreFluffy
Copy link

Location

core::arch::x86::_mm_loadu_si64

Summary

The above doc page says it loads 16 bits, but it loads 64 bits.

@CatsAreFluffy CatsAreFluffy added the A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools label Nov 15, 2024
@rustbot rustbot added the needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. label Nov 15, 2024
@jieyouxu jieyouxu added E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue. T-libs Relevant to the library team, which will review and decide on the PR/issue. and removed needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. labels Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue. T-libs Relevant to the library team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants