_mm_set_epi16
Microsoft Specific
Sets the 8 signed 16-bit integer values.
__m128i _mm_set_epi16 (short w7, short w6, short w5, short w4, short w3, short w2, short w1, short w0);
(composite)
Return Value
r0 := w0
r1 := w1
...
r7 := w7
Requirements
Header: emmintrin.h
END Microsoft Specific