The OpenD Programming Language

_mm_blend_epi32

Blend packed 32-bit integers from a and b using 4-bit control mask imm8.

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

Meta