Function core::arch::x86::_mm_minpos_epu16 [] [src]

pub unsafe fn _mm_minpos_epu16(a: __m128i) -> __m128i
🔬 This is a nightly-only experimental API. (stdsimd #48556)
This is supported on x86 and target feature sse4.1 only.

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: