_mm_hsubs_epi16

Horizontally subtract 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_hsubs_epi16
(
__m128i a
,
__m128i b
)

Meta