Function safe_arch::blend_m256

source ·
pub fn blend_m256<const IMM: i32>(a: m256, b: m256) -> m256
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: