aboutsummaryrefslogtreecommitdiff
path: root/math/Makefile
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-11-01Disable use of -fsignaling-nans if compiler does not support itAdhemerval Zanella1-8/+11
2022-10-31Fix build with GCC 13 _FloatN, _FloatNx built-in functionsJoseph Myers1-7/+240
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-09-30Add exp10 macro to <tgmath.h> (bug 26108)Joseph Myers1-3/+3
2021-09-28Add fmaximum, fminimum functionsJoseph Myers1-5/+20
2021-09-22Add narrowing fma functionsJoseph Myers1-2/+4
2021-09-10Add narrowing square root functionsJoseph Myers1-2/+4
2021-03-30Avoid adding duplicated symbols into static librariesSiddhesh Poyarekar1-0/+3
2021-03-11math: Remove mpa files [BZ #15267]Wilco Dijkstra1-2/+1
2021-03-09math: test-matherr and test-matherr-2 can be regular testsFlorian Weimer1-1/+5
2021-03-09math: $(libm-tests-compat) can be regular testsFlorian Weimer1-2/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
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