_mm_blend_epi16

Blend packed 16-bit integers from a and b using control mask imm8, and store the results.

nothrow @nogc @trusted
__m128i
_mm_blend_epi16
(
int imm8
)
(
__m128i a
,
__m128i b
)

Meta