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