_mm_min_pu8

Microsoft Specific

Computes the element-wise minimum of the unsigned bytes in a and b.

__m64 _mm_min_pu8(__m64 a , __m64 b );
PMINUB

Return Value

r0 := min(a0, b0)
r1 := min(a1, b1)
...
r7 := min(a7, b7)

Requirements

Header: mmintrin.h

END Microsoft Specific

See Also

Reference

Integer Intrinsics Using Streaming SIMD Extensions