Function blend_imm_m128d
pub fn blend_imm_m128d<const IMM: i32>(a: m128d, b: m128d) -> m128d
Available on crate feature
dep_safe_arch
only.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.
- Intrinsic:
_mm_blend_pd
- Assembly:
blendpd xmm, xmm, imm8