Function load_masked_m256d
pub fn load_masked_m256d(a: &m256d, mask: m256i) -> m256d
Available on crate feature
dep_safe_arch
only.Expand description
Load data from memory into a register according to a mask.
When the high bit of a mask lane isn’t set the loaded lane will be zero.
- Intrinsic: [``]
- Assembly: