| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | Ensure isinff, isinfl, isnanf, and isnanl are defined (Bug 19439) |  Carlos O'Donell | 2016-02-14 | 1 | -2/+6 |
| * | Fix isinf/isnan declaration conflict with C++11 |  Adhemerval Zanella | 2016-01-11 | 1 | -0/+4 |
| * | Update copyright dates with scripts/update-copyrights. |  Joseph Myers | 2016-01-04 | 3 | -3/+3 |
| * | Fix finite-math-only lgamma functions signgam setting (bug 19211). |  Joseph Myers | 2015-11-05 | 1 | -24/+9 |
| * | Don't redirect ldexp to scalbn in bits/math-finite.h (bug 19209). |  Joseph Myers | 2015-11-05 | 1 | -9/+0 |
| * | Make bits/math-finite.h conditions match other headers (bug 19205). |  Joseph Myers | 2015-11-05 | 1 | -62/+136 |
| * | Don't declare float / long double Bessel functions for XSI POSIX (bug 18977). |  Joseph Myers | 2015-09-16 | 1 | -1/+1 |
| * | Fix math.h, tgmath.h XSI POSIX namespace (gamma, isnan, scalb) (bug 18967). |  Joseph Myers | 2015-09-15 | 1 | -3/+7 |
| * | Vector sincos for x86_64 and tests. |  Andrew Senkevich | 2015-06-18 | 1 | -2/+2 |
| * | Vector pow for x86_64 and tests. |  Andrew Senkevich | 2015-06-17 | 1 | -1/+1 |
| * | Vector exp for x86_64 and tests. |  Andrew Senkevich | 2015-06-17 | 1 | -1/+1 |
| * | Vector log for x86_64 and tests. |  Andrew Senkevich | 2015-06-17 | 1 | -1/+1 |
| * | Vector sin for x86_64 and tests. |  Andrew Senkevich | 2015-06-11 | 1 | -1/+1 |
| * | Start of series of patches with x86_64 vector math functions. |  Andrew Senkevich | 2015-06-09 | 1 | -1/+1 |
| * | Update copyright dates with scripts/update-copyrights. |  Joseph Myers | 2015-01-02 | 3 | -3/+3 |
| * | Revert to defining __extern_inline only for gcc-4.3+ (BZ #17266) |  Siddhesh Poyarekar | 2014-09-16 | 1 | -3/+5 |
| * | Complete _BSD_SOURCE / _SVID_source followup cleanup. |  Joseph Myers | 2014-02-21 | 2 | -12/+12 |
| * | Update copyright notices with scripts/update-copyrights |  Allan McRae | 2014-01-01 | 3 | -3/+3 |
| * | New <math.h> macro named issignaling to check for a signaling NaN (sNaN). |  Thomas Schwinge | 2013-04-02 | 1 | -0/+6 |
| * | Better distinguish between NaN/qNaN/sNaN. |  Thomas Schwinge | 2013-03-15 | 1 | -1/+1 |