Function safe_arch::blend_imm_m128

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