summaryrefslogtreecommitdiffstats
path: root/lib/libc/hidden/float.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make sure attributes are applied to function declarations before they'reguenther2016-09-061-1/+6
| | | | | | | | used or defined, as clang isn't as forgiving as gcc. Also, declare __flt_rounds() so that libc can build it despire clang providing its own <float.h> ok stefan@ kettenis@
* Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(),guenther2015-10-271-0/+25
and ldexp(). ok millert@