The OpenD Programming Language

_mm_min_epu16

Compare packed unsigned 16-bit integers in a and b, and store packed minimum values in dst.

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

Meta