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 lower signed or unsigned 64-bit integer in a with the lower signed or unsigned 64-bit integer in b.
__m128i _mm_unpacklo_epi64 (__m128i a, __m128i b);
PUNPCKLQDQ
Return Value
r0 := a0 ; r1 := b0
Requirements
Header: emmintrin.h
END Microsoft Specific