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 asm! options for _mm_mask_load_sh and _mm_maskz_load_sh #1669

Merged
merged 1 commit into from
Nov 10, 2024

Conversation

eduardosm
Copy link
Contributor

These functions read from a pointer, so readonly has to be used instead of nomem.

@rustbot
Copy link
Collaborator

rustbot commented Nov 9, 2024

r? @Amanieu

rustbot has assigned @Amanieu.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@Amanieu Amanieu enabled auto-merge (rebase) November 9, 2024 23:58
These functions read from a pointer, so `readonly` has to be used instead of `nomem`.
@Amanieu Amanieu merged commit 74d3956 into rust-lang:master Nov 10, 2024
58 checks passed
@eduardosm eduardosm deleted the asm-options branch November 10, 2024 10:51
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.

3 participants