_mm_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 @trusted
__m128i
_mm_hadds_epi16
(
__m128i a
,
__m128i b
)

Meta