_mm_setr_ps

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

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

Meta