Function core::arch::x86::_mm_minpos_epu161.27.0[][src]

pub unsafe fn _mm_minpos_epu16(a: __m128i) -> __m128i
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:

Intel's documentation