Visible to Intel only — GUID: GUID-854EDF35-BD46-4758-A738-313BF8F0566D
Visible to Intel only — GUID: GUID-854EDF35-BD46-4758-A738-313BF8F0566D
<span class='option'>_mm256_hadds_epi16 </span>
Horizontally adds adjacent signed packed 16-bit integer data elements of two vectors with saturation. The corresponding Intel® AVX2 instruction is VPHADDSW.
extern __m256i _mm256_hadds_epi16(__m256i s1, __m256i s2); |
s1 |
integer source vector used for the operation |
s2 |
integer source vector used for the operation |
Adds two adjacent, signed 16-bit integers horizontally from the source vectors s1 and s2, saturates the signed results, and packs the signed, saturated 16-bit results to the destination vector.
Result of the horizontal addition operation with saturation.