| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not declare fmax, fmin _FloatN, _FloatNx versions for C2X | Joseph Myers | 2021-09-29 | 1 | -0/+2 |
* | Add fmaximum, fminimum functions | Joseph Myers | 2021-09-28 | 1 | -0/+26 |
* | Add narrowing fma functions | Joseph Myers | 2021-09-22 | 1 | -0/+3 |
* | Add narrowing square root functions | Joseph Myers | 2021-09-10 | 1 | -0/+3 |
* | Update floating-point feature test macro handling for C2X | Joseph Myers | 2021-06-01 | 1 | -4/+8 |
* | Update copyright dates with scripts/update-copyrights | Paul Eggert | 2021-01-02 | 4 | -4/+4 |
* | ldbl-128ibm-compat: Redirect long double functions to f128/ieee128 functions | Tulio Magno Quites Machado Filho | 2020-02-28 | 2 | -11/+16 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2020-01-01 | 4 | -4/+4 |
* | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 2019-09-07 | 4 | -4/+4 |
* | Use __attribute_pure__ macro in bits/mathcalls.h | Gabriel F. T. Gomes | 2019-09-05 | 1 | -2/+2 |
* | math: Replace const attribute with pure in totalorder* functions | Gabriel F. T. Gomes | 2019-09-05 | 1 | -3/+4 |
* | Make totalorder and totalordermag functions take pointer arguments. | Joseph Myers | 2019-08-15 | 1 | -2/+3 |
* | Declare some TS 18661-4 interfaces for C2X. | Joseph Myers | 2019-08-13 | 1 | -1/+1 |
* | Declare most TS 18661-1 interfaces for C2X. | Joseph Myers | 2019-08-13 | 1 | -6/+8 |
* | math: Enable <bits/math-finite.h> sysdeps override | Florian Weimer | 2019-02-08 | 1 | -197/+0 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2019-01-01 | 5 | -5/+5 |
* | Do not use const attribute for nan functions (bug 23277). | Joseph Myers | 2018-06-12 | 1 | -1/+1 |
* | Add narrowing divide functions. | Joseph Myers | 2018-05-17 | 1 | -0/+3 |
* | Add narrowing multiply functions. | Joseph Myers | 2018-05-16 | 1 | -0/+3 |
* | Add narrowing subtract functions. | Joseph Myers | 2018-03-20 | 1 | -0/+3 |
* | Add narrowing add functions. | Joseph Myers | 2018-02-10 | 1 | -0/+3 |
* | Add build infrastructure for narrowing libm functions. | Joseph Myers | 2018-02-09 | 1 | -0/+21 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 4 | -4/+4 |
* | [BZ #22593] Fix nextafter and nexttoward declaration | Szabolcs Nagy | 2017-12-12 | 1 | -2/+2 |
* | Remove old cimag inlines | Wilco Dijkstra | 2017-09-29 | 1 | -30/+0 |
* | Fix bits/math-finite.h exp10 condition (bug 22082). | Joseph Myers | 2017-09-04 | 1 | -1/+1 |
* | Obsolete pow10 functions. | Joseph Myers | 2017-09-01 | 2 | -11/+0 |
* | Fix bits/math-finite.h _MSUF_ expansion namespace (bug 22028). | Joseph Myers | 2017-08-29 | 1 | -20/+14 |
* | Clean up bits/math-finite.h for aliasing types. | Joseph Myers | 2017-08-25 | 1 | -15/+8 |
* | float128: Include math-finite.h for _Float128 | Gabriel F. T. Gomes | 2017-05-15 | 1 | -5/+8 |
* | float128: Add public _Float128 declarations to libm. | Paul E. Murphy | 2017-05-15 | 2 | -14/+26 |
* | Fix condition for inclusion of math-finite.h for long double | Gabriel F. T. Gomes | 2017-03-31 | 1 | -1/+1 |
* | Macroize inclusion of math-finite.h | Gabriel F. T. Gomes | 2017-03-30 | 1 | -386/+92 |
* | Remove C++ namespace handling from glibc headers. | Joseph Myers | 2017-03-16 | 1 | -31/+0 |
* | Split helper classification macros from mathcalls.h | Gabriel F. T. Gomes | 2017-03-15 | 2 | -28/+43 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 3 | -3/+3 |
* | Add fromfp functions. | Joseph Myers | 2016-12-31 | 1 | -0/+22 |
* | Add roundeven, roundevenf, roundevenl. | Joseph Myers | 2016-12-21 | 1 | -0/+3 |
* | Add fmaxmag, fminmag functions. | Joseph Myers | 2016-12-20 | 1 | -0/+6 |
* | Add llogb, llogbf, llogbl. | Joseph Myers | 2016-12-02 | 1 | -0/+5 |
* | Add setpayloadsig, setpayloadsigf, setpayloadsigl. | Joseph Myers | 2016-11-24 | 1 | -0/+3 |
* | Add setpayload, setpayloadf, setpayloadl. | Joseph Myers | 2016-11-19 | 1 | -0/+3 |
* | Add canonicalize, canonicalizef, canonicalizel. | Joseph Myers | 2016-10-26 | 1 | -0/+3 |
* | Add getpayload, getpayloadf, getpayloadl. | Joseph Myers | 2016-10-19 | 1 | -0/+3 |
* | Add totalordermag, totalordermagf, totalordermagl. | Joseph Myers | 2016-10-15 | 1 | -0/+4 |
* | Add totalorder, totalorderf, totalorderl. | Joseph Myers | 2016-10-12 | 1 | -0/+4 |
* | Add iseqsig. | Joseph Myers | 2016-10-06 | 1 | -0/+3 |
* | Support __STDC_WANT_IEC_60559_FUNCS_EXT__ feature test macro. | Joseph Myers | 2016-08-03 | 1 | -2/+4 |
* | Support __STDC_WANT_IEC_60559_BFP_EXT__ feature test macro. | Joseph Myers | 2016-08-03 | 1 | -2/+2 |
* | Add nextup and nextdown math functions | Rajalakshmi Srinivasaraghavan | 2016-06-16 | 1 | -0/+7 |