Page MenuHomeFreeBSD

use fmax/fmin for long double
ClosedPublic

Authored by br on Oct 11 2016, 1:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Aug 10, 8:53 PM
Unknown Object (File)
Mon, Aug 10, 2:09 PM
Unknown Object (File)
Mon, Aug 10, 10:13 AM
Unknown Object (File)
Sun, Aug 9, 2:44 PM
Unknown Object (File)
Sat, Aug 8, 4:24 PM
Unknown Object (File)
Sat, Aug 8, 10:12 AM
Unknown Object (File)
Sat, Aug 8, 10:09 AM
Unknown Object (File)
Sat, Aug 8, 8:56 AM
Subscribers
None

Details

Summary

use fmax/fmin functions (instead of fmaxl/fminl) for platforms with no long double support

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

br retitled this revision from to use fmax/fmin for long double.
br updated this object.
br edited the test plan for this revision. (Show Details)
br added a reviewer: emaste.
emaste edited edge metadata.

Introduced in rS131320

lib/msun/src/s_fmax.c
31 โ†—(On Diff #21247)

extra blank line

lib/msun/src/s_fmin.c
31 โ†—(On Diff #21247)

extra blank line

This revision is now accepted and ready to land.Oct 11 2016, 5:09 PM
br edited edge metadata.

remove extra blank lines

This revision now requires review to proceed.Oct 11 2016, 8:21 PM
This revision was automatically updated to reflect the committed changes.