pub fn blend_imm_i16_m128i<const IMM: i32>(a: m128i, b: m128i) -> m128i
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.