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 signed or unsigned 64-bit integer in a with the upper signed or unsigned 64-bit integer in b.
__m128i _mm_unpackhi_epi64 (__m128i a, __m128i b);
PUNPCKHQDQ
Return Value
r0 := a1 ; r1 := b1
Requirements
Header: emmintrin.h
END Microsoft Specific