aboutsummaryrefslogtreecommitdiff
path: root/math/Makefile
AgeCommit message (Expand)AuthorFilesLines
2020-04-17Remove __NO_MATH_INLINESAdhemerval Zanella1-4/+0
2020-03-30math: Remove fenvinline.hAdhemerval Zanella1-2/+2
2020-03-19math: Remove inline math testsAdhemerval Zanella1-31/+3
2020-03-19Remove __LIBC_INTERNAL_MATH_INLINESAdhemerval Zanella1-1/+1
2020-03-19math: Remove mathinlineAdhemerval Zanella1-1/+1
2020-03-17Fix build with GCC 10 when long double = double.Joseph Myers1-0/+122
2020-03-06ldbl-128ibm-compat: Add tests for IBM long double functionsRajalakshmi Srinivasaraghavan1-1/+6
2020-02-14Add a generic scalb implementationTulio Magno Quites Machado Filho1-3/+4
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-10-21Remove x64 _finite tests and referencesWilco Dijkstra1-1/+1
2019-10-21Remove finite-math testsWilco Dijkstra1-40/+8
2019-10-21Remove math-finite.hWilco Dijkstra1-2/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-2/+2
2019-08-21Add tgmath.h macros for narrowing functions.Joseph Myers1-1/+5
2019-08-15Make totalorder and totalordermag functions take pointer arguments.Joseph Myers1-4/+19
2019-03-07Fix location where math-vector-fortran.h is installed.marxin1-1/+1
2019-02-20Add new Fortran vector math header file.marxin1-0/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-10-29Patch to require Python 3.4 or later to build glibc.Joseph Myers1-10/+0
2018-09-19Add new pow implementationSzabolcs Nagy1-1/+1
2018-09-12Add new log2 implementationSzabolcs Nagy1-1/+2
2018-09-12Add new log implementationSzabolcs Nagy1-1/+1
2018-09-05Add new exp and exp2 implementationsSzabolcs Nagy1-2/+2
2018-08-24Remove unused math filesWilco Dijkstra1-7/+9
2018-08-10Improve performance of sincosfWilco Dijkstra1-1/+1
2018-08-09Replace gen-libm-test.pl with gen-libm-test.py.Joseph Myers1-13/+13
2018-06-20Add a generic significand implementationTulio Magno Quites Machado Filho1-2/+3
2018-06-12Do not use const attribute for nan functions (bug 23277).Joseph Myers1-1/+3
2018-05-18Split test-tgmath3 by function.Joseph Myers1-6/+26
2018-05-17Add narrowing divide functions.Joseph Myers1-2/+2
2018-05-16Add narrowing multiply functions.Joseph Myers1-2/+2
2018-03-20Add narrowing subtract functions.Joseph Myers1-2/+2
2018-02-15Remove mplog and mpexpWilco Dijkstra1-1/+1
2018-02-12Remove slow paths from expSzabolcs Nagy1-1/+1
2018-02-12Remove slow paths from powWilco Dijkstra1-2/+2
2018-02-10Add narrowing add functions.Joseph Myers1-2/+2
2018-02-09Add test infrastructure for narrowing libm functions.Joseph Myers1-4/+67
2018-02-09Add build infrastructure for narrowing libm functions.Joseph Myers1-1/+13
2018-02-09Remove unused math/Makefile variable libm-test-incs.Joseph Myers1-2/+0
2018-01-02Reduce command length in regen-ulps.Joseph Myers1-2/+2
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-12-19Provide a C++ version of iseqsig (bug 22377)Gabriel F. T. Gomes1-1/+1
2017-12-19Revert exp reimplementation (causes test failures).Joseph Myers1-1/+1
2017-12-19Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty1-1/+1
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu1-42/+42
2017-12-07Add _Float32 function aliases.Joseph Myers1-1/+1
2017-12-06Add _Float64, _Float32x function aliases.Joseph Myers1-2/+2
2017-11-24Support testing _Float64x libm functions.Joseph Myers1-1/+6
2017-10-30Remove _Mlong_double_ etc. macros.Joseph Myers1-4/+2
2017-10-20Add bits/floatn.h defines for more _FloatN / _FloatNx types.Joseph Myers1-1/+1