_mm_set_ps

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

nothrow @nogc pure @trusted
__m128
_mm_set_ps
(
float e3
,
float e2
,
float e1
,
float e0
)

Meta