_mm256_insertf128_pd

Copy a, then insert 128 bits (composed of 2 packed double-precision (64-bit) floating-point elements) from b at the location specified by imm8.

nothrow @nogc pure @trusted
__m256d
_mm256_insertf128_pd
(
int imm8
)
(
__m256d a
,
__m128d b
)

Meta