Function core::arch::x86::_mm_blend_epi161.27.0[][src]

pub unsafe fn _mm_blend_epi16<const IMM8: i32>(
    a: __m128i,
    b: __m128i
) -> __m128i
This is supported on x86 and target feature sse4.1 only.
Expand description

使用掩码 IMM8 混合来自 ab 的 16 位整数包装。

掩码位确定选择。 清除位选择 a 的相应元素,置 1 位选择 b 的相应元素。

Intel’s documentation