_mm_set1_epi16
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
Este browser já não é suportado.
Atualize para o Microsoft Edge para tirar partido das mais recentes funcionalidades, atualizações de segurança e de suporte técnico.
Microsoft Specific
Sets the 8 signed 16-bit integer values to w.
__m128i _mm_set1_epi16 (short w);
(composite)
r0 := w
r1 := w
...
r7 := w
Header: emmintrin.h
END Microsoft Specific