summaryrefslogtreecommitdiffstats
path: root/lib/libm
Commit message (Collapse)AuthorAgeFilesLines
* Declare huge and tiny as volatile so that gcc doesn't evaluate huge*hugebde1994-09-081-1/+2
| | | | | | | | and tiny*tiny at compile time. The evaluations are supposed to be done at run time to set the IEEE exception flags. Many other source files in libm and msun are missing this fix. Fixing them is not urgent since the default IEEE exception masks don't allow use of the overflow exception flag.
* Make it work with our make macros.wollman1994-08-051-5/+11
|
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-2761-0/+10518
OpenPOWER on IntegriCloud