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