Function safe_arch::blend_m256d

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