_mm_hadd_pi32

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

nothrow @nogc @trusted
__m64
_mm_hadd_pi32
(
__m64 a
,
__m64 b
)

Meta