Function store_masked_m256
pub fn store_masked_m256(addr: &mut m256, mask: m256i, a: m256)
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: