Function store_masked_m128d
pub fn store_masked_m128d(addr: &mut m128d, mask: m128i, a: m128d)
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: