Function safe_arch::store_masked_m128d
source · pub fn store_masked_m128d(addr: &mut m128d, mask: m128i, a: m128d)
Available with target feature
avx
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: