_mm_hsub_epi32

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

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

Meta