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