_mm_mulhi_pu16

Multiply the packed unsigned 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 @safe
__m64
_mm_mulhi_pu16
(
__m64 a
,
__m64 b
)

Meta