_mm_movepi64_pi64
Microsoft Specific
Returns the lower 64 bits of a as an __m64 type.
__m64 _mm_movepi64_pi64 (__m128i a);
MOVDQ2Q
Return Value
r0 := a0 ;
Requirements
Header: emmintrin.h
END Microsoft Specific
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Microsoft Specific
Returns the lower 64 bits of a as an __m64 type.
__m64 _mm_movepi64_pi64 (__m128i a);
MOVDQ2Q
r0 := a0 ;
Header: emmintrin.h
END Microsoft Specific