_mm_mul_epi32

Multiply the low signed 32-bit integers from each packed 64-bit element in a and b, and store the signed 64-bit results in dst.

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

Meta