_mm256_insertf128_si256

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

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

Meta