The OpenD Programming Language

_mm_mul_epu32

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

nothrow @nogc pure @trusted
__m128i
_mm_mul_epu32
(
__m128i a
,
__m128i b
)

Meta