_mm256_hadds_epi16

Horizontally add adjacent pairs of signed 16-bit integers in a and b using saturation, and pack the signed 16-bit results.

nothrow @nogc pure @safe
__m256i
_mm256_hadds_epi16
(
__m256i a
,
__m256i b
)

Meta