The OpenD Programming Language

_mm256_blend_epi16

Blend packed 16-bit integers from a and b within 128-bit lanes using 8-bit control mask imm8, in each of the two lanes. Note: this is functionally equivalent to two _mm_blend_epi16.

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

Meta