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)
Sat, Sep 19, 8:59 AM
Unknown Object (File)
Fri, Sep 18, 3:39 AM
Unknown Object (File)
Sun, Sep 13, 5:20 AM
Unknown Object (File)
Sat, Sep 12, 12:16 AM
Unknown Object (File)
Fri, Aug 28, 8:43 PM
Unknown Object (File)
Aug 24 2026, 12:09 PM
Unknown Object (File)
Aug 23 2026, 9:38 PM
Unknown Object (File)
Aug 22 2026, 9:43 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.