rust-lang / stdarch

Rust's standard library vendor-specific APIs and run-time feature detection
https://doc.rust-lang.org/stable/core/arch/
Apache License 2.0
612 stars 271 forks source link

Fix `asm!` options for `_mm_mask_load_sh` and `_mm_maskz_load_sh` #1669

Closed eduardosm closed 1 week ago

eduardosm commented 1 week ago

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

rustbot commented 1 week ago

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