_mm_max_pi16

Microsoft Specific

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

__m64 _mm_max_pi16(__m64 a , __m64 b );
PMAXSW

Return Value

r0 := max(a0, b0)
r1 := max(a1, b1)
r2 := max(a2, b2)
r3 := max(a3, b3)

Requirements

Header: mmintrin.h

END Microsoft Specific

See Also

Reference

Integer Intrinsics Using Streaming SIMD Extensions