_mm_unpacklo_epi64
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