_mm_set1_epi8
Microsoft Specific
Sets the 16 signed 8-bit integer values to b
.
__m128i _mm_set1_epi8 (char b);
(composite)
Return Value
r0 := b
r1 := b
...
r15 := b
Requirements
Header: emmintrin.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 16 signed 8-bit integer values to b
.
__m128i _mm_set1_epi8 (char b);
(composite)
r0 := b
r1 := b
...
r15 := b
Header: emmintrin.h
END Microsoft Specific