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 minimum of the lower double-precision, floating-point values of a and b.
__m128d _mm_min_sd(__m128d a, __m128d b);
MINSD
Return Value
The upper double-precision, floating-point value is passed through from a.
r0 := min (a0, b0)
r1 := a1
Requirements
Header: emmintrin.h
END Microsoft Specific