_mm_setr_ps
Microsoft Specific
Sets the four single-precision, floating-point values to the four inputs in reverse order.
__m128 _mm_setr_ps(float z , float y , float x , float w );
(composite)
Return Value
r0 := z
r1 := y
r2 := x
r3 := w
Requirements
Header: mmintrin.h
END Microsoft Specific