_mm256_hsub_epi32

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

nothrow @nogc pure @safe
__m256i
_mm256_hsub_epi32
(
__m256i a
,
__m256i b
)

Meta