_mm256_mullo_epi16

Multiply the packed signed 16-bit integers in a and b, producing intermediate 32-bit integers, and return the low 16 bits of the intermediate integers.

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

Meta