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
Interleaves the upper 2 signed or unsigned 32-bit integers in a with the upper 2 signed or unsigned 32-bit integers in b.
__m128i _mm_unpackhi_epi32 (__m128i a, __m128i b);
PUNPCKHDQ
Return Value
r0 := a2 ; r1 := b2
r2 := a3 ; r3 := b3
Requirements
Header: emmintrin.h
END Microsoft Specific