_mm_unpackhi_pi16
Microsoft Specific
Interleaves the two 16-bit values from the high half of m1 with the two values from the high half of m2 and takes the least significant element from m1.
__m64 _mm_unpackhi_pi16 (__m64 m1 , __m64 m2);
PUNPCKHWD
Remarks
A synonym for _mm_unpackhi_pi16 is _m_punpckhwd.
Requirements
Header: mmintrin.h
END Microsoft Specific