_mm_shuffle_ps
Microsoft Specific
Selects four specific single-precision, floating-point values from a and b, based on the mask i.
__m128 _mm_shuffle_ps(__m128 a , __m128 b , int i );
SHUFPS
Return Value
The mask must be an immediate. See Macro Function for Shuffle Using Streaming SIMD Extensions for a description of the shuffle semantics.
Requirements
Header: mmintrin.h
END Microsoft Specific
See Also
Concepts
Miscellaneous Instructions That Use Streaming SIMD Extensions