Function _mm_minpos_epu16

#[target_feature(enable = "sse4.1")]
pub fn _mm_minpos_epu16(a: __m128i) -> __m128i

Finds the minimum unsigned 16-bit element in the 128-bit __m128i vector, returning a vector containing its value in its first position, and its index in its second position; all other elements are set to zero.

This intrinsic corresponds to the VPHMINPOSUW / PHMINPOSUW instruction.

Arguments:

Returns:

A 128-bit value where:

Intel's documentation