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)
Feb 10 2024, 1:28 AM
Unknown Object (File)
Dec 20 2023, 2:33 AM
Unknown Object (File)
Nov 13 2023, 11:02 AM
Unknown Object (File)
Nov 8 2023, 10:35 AM
Unknown Object (File)
Oct 24 2023, 9:19 PM
Unknown Object (File)
Oct 13 2023, 11:11 AM
Unknown Object (File)
Oct 13 2023, 9:05 AM
Unknown Object (File)
Oct 12 2023, 12:16 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.