_mm_setr_pi32
Microsoft Specific
Sets the two signed 32-bit integer values in reverse order.
__m64 _mm_setr_pi32 (int i0, int i1)
(composite)
Return Value
r0 := i0
r1 := i1
Requirements
Header: mmintrin.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 two signed 32-bit integer values in reverse order.
__m64 _mm_setr_pi32 (int i0, int i1)
(composite)
r0 := i0
r1 := i1
Header: mmintrin.h
END Microsoft Specific