Function blend_imm_m128

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

Blends the lanes according to the immediate mask.

Bits 0 to 3 control where output lane 0 to 3 come from. Use 0 for the a value and 1 for the b value.