Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Specific
Computes the maxima of the two double-precision, floating-point values of a and b.
__m128d _mm_max_pd(__m128d a, __m128d b);
MAXPD
Return Value
r0 := max(a0, b0)
r1 := max(a1, b1)
Requirements
Header: emmintrin.h
END Microsoft Specific