The OpenD Programming Language

_mm256_inserti128_si256

Copy a to result, then insert 128 bits from b into result at the location specified by imm8.

nothrow @nogc pure @trusted
__m256i
_mm256_inserti128_si256
(
__m256i a
,
__m128i b
,
const int imm8
)

Meta