Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Specific
Shuffles the 4 signed or unsigned 32-bit integers in a as specified by imm.
__m128i _mm_shuffle_epi32 (__m128i a, int imm);
PSHUFD
Return Value
The shuffle value, imm , must be an immediate. See Macro Function for Shuffle Using Streaming SIMD Extensions 2 for a description of shuffle semantics.
Requirements
Header: emmintrin.h
END Microsoft Specific