_mm256_set_ps

Set packed single-precision (32-bit) floating-point elements with the supplied values.

nothrow @nogc pure @trusted
__m256
_mm256_set_ps
(
float e7
,
float e6
,
float e5
,
float e4
,
float e3
,
float e2
,
float e1
,
float e0
)

Meta