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 8 signed 16-bit integer values to w.
__m128i _mm_set1_epi16 (short w);
(composite)
Return Value
r0 := w
r1 := w
...
r7 := w
Requirements
Header: emmintrin.h
END Microsoft Specific