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
Moves the lower 64 bits of the lower 64 bits of the result, zeroing the upper bits.
__m128i _mm_move_epi64 (__m128i a);
MOVQ
Return Value
r0 := a0 ; r1 := 0X0 ;
Requirements
Header: emmintrin.h
END Microsoft Specific