_mm_setr_epi64
Microsoft Specific
Sets the 2 64-bit integer values in reverse order.
__m128i _mm_setr_epi64 (__m64 q0, __m64 q1);
(composite)
Return Value
r0 := q0
r1 := q1
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
Sets the 2 64-bit integer values in reverse order.
__m128i _mm_setr_epi64 (__m64 q0, __m64 q1);
(composite)
r0 := q0
r1 := q1
Header: emmintrin.h
END Microsoft Specific