_mm_mullo_epi32

Multiply the packed 32-bit integers in a and b, producing intermediate 64-bit integers, return the low 32 bits of the intermediate integers.

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

Meta