_mm_minpos_epu16

Horizontally compute the minimum amongst the packed unsigned 16-bit integers in a, store the minimum and index in return value, and zero the remaining bits.

nothrow @nogc @trusted
__m128i
_mm_minpos_epu16
(
__m128i a
)

Meta