Visible to Intel only — GUID: GUID-3CCA2138-98D8-4D39-B444-F6E4E64DA9D0
Visible to Intel only — GUID: GUID-3CCA2138-98D8-4D39-B444-F6E4E64DA9D0
<span class='option'>_mm256_mulhi_epu16 </span>
Multiplies unsigned packed 16/32-bit integer data elements of two vectors and stores high bits. The corresponding Intel® AVX2 instruction is VPMULHUW.
extern __m256i _mm256_mulhi_epu16(__m256i s1, __m256i s2); |
s1 |
integer source vector used for the operation |
s2 |
integer source vector used for the operation |
Performs a SIMD unsigned multiply of the packed unsigned 16-bit integers in source vectors s1 and s2 and stores the high 16 bits of each intermediate 32-bit result in the destination vector.
Result of the multiplication operation.