about summary refs log tree commit diff
path: root/math/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add crt1-2.0.o for glibc 2.0 compatibility testsH.J. Lu11 days1-0/+3
* math: x86 trunc traps when FE_INEXACT is enabled (BZ 31603)Adhemerval Zanella2024-04-041-0/+2
* math: x86 floor traps when FE_INEXACT is enabled (BZ 31601)Adhemerval Zanella2024-04-041-0/+2
* math: x86 ceill traps when FE_INEXACT is enabled (BZ 31600)Adhemerval Zanella2024-04-041-0/+3
* math: Reformat Makefile.Adhemerval Zanella2024-04-021-159/+685
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Disable use of -fsignaling-nans if compiler does not support itAdhemerval Zanella2022-11-011-8/+11
* Fix build with GCC 13 _FloatN, _FloatNx built-in functionsJoseph Myers2022-10-311-7/+240
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Add exp10 macro to <tgmath.h> (bug 26108)Joseph Myers2021-09-301-3/+3
* Add fmaximum, fminimum functionsJoseph Myers2021-09-281-5/+20
* Add narrowing fma functionsJoseph Myers2021-09-221-2/+4
* Add narrowing square root functionsJoseph Myers2021-09-101-2/+4
* Avoid adding duplicated symbols into static librariesSiddhesh Poyarekar2021-03-301-0/+3
* math: Remove mpa files [BZ #15267]Wilco Dijkstra2021-03-111-2/+1
* math: test-matherr and test-matherr-2 can be regular testsFlorian Weimer2021-03-091-1/+5
* math: $(libm-tests-compat) can be regular testsFlorian Weimer2021-03-091-2/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Remove __NO_MATH_INLINESAdhemerval Zanella2020-04-171-4/+0
* math: Remove fenvinline.hAdhemerval Zanella2020-03-301-2/+2
* math: Remove inline math testsAdhemerval Zanella2020-03-191-31/+3
* Remove __LIBC_INTERNAL_MATH_INLINESAdhemerval Zanella2020-03-191-1/+1
* math: Remove mathinlineAdhemerval Zanella2020-03-191-1/+1
* Fix build with GCC 10 when long double = double.Joseph Myers2020-03-171-0/+122
* ldbl-128ibm-compat: Add tests for IBM long double functionsRajalakshmi Srinivasaraghavan2020-03-061-1/+6
* Add a generic scalb implementationTulio Magno Quites Machado Filho2020-02-141-3/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Remove x64 _finite tests and referencesWilco Dijkstra2019-10-211-1/+1
* Remove finite-math testsWilco Dijkstra2019-10-211-40/+8
* Remove math-finite.hWilco Dijkstra2019-10-211-2/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-2/+2
* Add tgmath.h macros for narrowing functions.Joseph Myers2019-08-211-1/+5
* Make totalorder and totalordermag functions take pointer arguments.Joseph Myers2019-08-151-4/+19
* Fix location where math-vector-fortran.h is installed.marxin2019-03-071-1/+1
* Add new Fortran vector math header file.marxin2019-02-201-0/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Patch to require Python 3.4 or later to build glibc.Joseph Myers2018-10-291-10/+0
* Add new pow implementationSzabolcs Nagy2018-09-191-1/+1
* Add new log2 implementationSzabolcs Nagy2018-09-121-1/+2
* Add new log implementationSzabolcs Nagy2018-09-121-1/+1
* Add new exp and exp2 implementationsSzabolcs Nagy2018-09-051-2/+2
* Remove unused math filesWilco Dijkstra2018-08-241-7/+9
* Improve performance of sincosfWilco Dijkstra2018-08-101-1/+1
* Replace gen-libm-test.pl with gen-libm-test.py.Joseph Myers2018-08-091-13/+13
* Add a generic significand implementationTulio Magno Quites Machado Filho2018-06-201-2/+3
* Do not use const attribute for nan functions (bug 23277).Joseph Myers2018-06-121-1/+3
* Split test-tgmath3 by function.Joseph Myers2018-05-181-6/+26
* Add narrowing divide functions.Joseph Myers2018-05-171-2/+2
* Add narrowing multiply functions.Joseph Myers2018-05-161-2/+2