_mm_unpackhi_pi32

Microsoft Specific

Interleaves the 32-bit value from the high half of m1 with the 32-bit value from the high half of m2 and takes the least significant element from m1.

__m64 _mm_unpackhi_pi32 (__m64 m1 , __m64 m2);
PUNPCKHDQ

Remarks

A synonym for _mm_unpackhi_pi32 is _m_punpckhdq.

Requirements

Header: mmintrin.h

END Microsoft Specific

See Also

Reference

MMX Technology General Support Intrinsics