_mm_mulhi_epi16

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

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

Meta