Function blend_imm_i16_m128i

pub fn blend_imm_i16_m128i<const IMM: i32>(a: m128i, b: m128i) -> m128i
Available on crate feature dep_safe_arch only.
Expand description

Blends the i16 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.