_mm_mul_su32

Multiply the low unsigned 32-bit integers from a and b, and get an unsigned 64-bit result.

nothrow @nogc pure @safe
__m64
_mm_mul_su32
(
__m64 a
,
__m64 b
)

Meta