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 minima of the four single-precision, floating-point values of a and b.
__m128 _mm_min_ps(__m128 a , __m128 b );
MINPS
Return Value
r0 := min(a0, b0)
r1 := min(a1, b1)
r2 := min(a2, b2)
r3 := min(a3, b3)
Requirements
Header: mmintrin.h
END Microsoft Specific