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