Function blend_m256d
pub fn blend_m256d<const IMM: i32>(a: m256d, b: m256d) -> m256d
Available on crate feature
dep_safe_arch
only.Expand description
Blends the f64
lanes according to the immediate mask.
Each bit 0 though 3 controls output lane 0 through 3. Use 0 for the a
value and 1 for the b
value.
- Intrinsic: [``]
- Assembly: