Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure attributes are applied to function declarations before they're | 2016-09-06 | 1 | -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(), | 2015-10-27 | 1 | -0/+25 | |
and ldexp(). ok millert@ |