Function safe_arch::blend_imm_m128d

source ·
pub fn blend_imm_m128d<const IMM: i32>(a: m128d, b: m128d) -> m128d
Expand description

Blends the i16 lanes according to the immediate mask.

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