Function store_masked_m128
pub fn store_masked_m128(addr: &mut m128, mask: m128i, a: m128)
Available on crate feature
dep_safe_arch
only.Expand description
Store data from a register into memory according to a mask.
When the high bit of a mask lane isn’t set that lane is not written.
- Intrinsic: [``]
- Assembly: