The OpenD Programming Language

_mm256_mul_epi32

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

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

Meta