_mm_set_ps

Microsoft Specific

Sets the four single-precision, floating-point values to the four inputs.

__m128 _mm_set_ps(float z , float y , float x , float w );
(composite) 

Return Value

r0 := w 
r1 := x 
r2 := y 
r3 := z 

Requirements

Header: mmintrin.h

END Microsoft Specific

See Also

Reference

Set Operations (SSE)