_mm_max_pu8

Microsoft Specific

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

__m64 _mm_max_pu8(__m64 a , __m64 b );
PMAXUB

Return Value

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

Requirements

Header: mmintrin.h

END Microsoft Specific

See Also

Reference

Integer Intrinsics Using Streaming SIMD Extensions