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

Fix incorrect documentation for _mm_loadu_si64 function #1675

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

BLANKatGITHUB
Copy link
Contributor

The documentation incorrectly stated that the function loads 16 bits of integer data. This commit corrects the documentation to accurately reflect that the function loads 64 bits (8 bytes) of integer data from memory into a new vector.

closes rust-lang/rust#133062

@rustbot
Copy link
Collaborator

rustbot commented Nov 16, 2024

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Amanieu (or someone else) some time within the next two weeks.

@Amanieu Amanieu enabled auto-merge November 29, 2024 23:40
@Amanieu
Copy link
Member

Amanieu commented Nov 29, 2024

CI should be fixed now, can you rebase?

@BLANKatGITHUB
Copy link
Contributor Author

ok

auto-merge was automatically disabled December 8, 2024 13:35

Head branch was pushed to by a user without write access

@BLANKatGITHUB BLANKatGITHUB force-pushed the master branch 2 times, most recently from a61e8d8 to b415a61 Compare December 8, 2024 13:59
@BLANKatGITHUB
Copy link
Contributor Author

BLANKatGITHUB commented Dec 8, 2024

I still struggle with rebasing sorry , always mess something up

@Amanieu Amanieu added this pull request to the merge queue Dec 9, 2024
Merged via the queue into rust-lang:master with commit 2e29bdf Dec 9, 2024
56 checks passed
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 this pull request may close these issues.

Docs for _mm_loadu_si64 claim it loads 16 bits
3 participants