The OpenD Programming Language

_mm256_blend_epi32

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

nothrow @nogc pure @trusted
__m256i
_mm256_blend_epi32
(
int imm8
)
(
__m256i a
,
__m256i b
)

Meta