_mm_hsub_epi16

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

nothrow @nogc @trusted
__m128i
_mm_hsub_epi16
(
__m128i a
,
__m128i b
)

Meta