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, Apr 19, 11:03 AM
Unknown Object (File)
Wed, Apr 16, 6:36 AM
Unknown Object (File)
Thu, Apr 3, 1:34 AM
Unknown Object (File)
Mar 8 2025, 10:12 PM
Unknown Object (File)
Mar 4 2025, 6:28 PM
Unknown Object (File)
Feb 15 2025, 11:54 PM
Unknown Object (File)
Jan 30 2025, 4:48 AM
Unknown Object (File)
Jan 20 2025, 12:19 PM
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.