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
Sets the eight signed 8-bit integer values in reverse order.
__m64 _mm_setr_pi8 (char b0, char b1, char b2, char b3, char b4, char b5, char b6, char b7)
(composite)
Return Value
r0 := b0
r1 := b1
...
r7 := b7
Requirements
Header: mmintrin.h
END Microsoft Specific