_mm256_mullo_epi32

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

nothrow @nogc pure @safe
__m256i
_mm256_mullo_epi32
(
__m256i a
,
__m256i b
)

Meta