_mm256_insertf128_ps

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

nothrow @nogc pure @trusted
__m256
_mm256_insertf128_ps
(
int imm8
)
(
__m256 a
,
__m128 b
)

Meta