The OpenD Programming Language

_mm256_mul_epu32

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

nothrow @nogc pure @trusted
__m256i
_mm256_mul_epu32
(
__m256i a
,
__m256i b
)

Meta