about summary refs log tree commit diff
path: root/math
Commit message (Expand)AuthorAgeFilesLines
* math: x86 trunc traps when FE_INEXACT is enabled (BZ 31603)Adhemerval Zanella2024-04-042-0/+69
* math: x86 floor traps when FE_INEXACT is enabled (BZ 31601)Adhemerval Zanella2024-04-042-0/+69
* math: x86 ceill traps when FE_INEXACT is enabled (BZ 31600)Adhemerval Zanella2024-04-042-0/+70
* aarch64/fpu: Add vector variants of tanhJoe Ramsay2024-04-042-26/+26
* math: Reformat Makefile.Adhemerval Zanella2024-04-021-159/+685
* treewide: python-scripts: use `is None` for none-equalityKonstantin Kharlamov2024-02-231-3/+3
* math: Remove bogus math implementationsAdhemerval Zanella2024-02-015-164/+0
* Refer to C23 in place of C2X in glibcJoseph Myers2024-02-016-49/+49
* math: remove exp10 wrappersWilco Dijkstra2024-01-122-5/+31
* math: Fix test-fenv.c feupdateenv testsAdhemerval Zanella2024-01-101-0/+1
* Remove ia64-linux-gnuAdhemerval Zanella2024-01-081-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-01390-390/+390
* riscv: Fix feenvupdate with FE_DFL_ENV (BZ 31022)Adhemerval Zanella2023-12-191-10/+121
* x86: Do not raises floating-point exception traps on fesetexceptflag (BZ 30990)Bruno Haible2023-12-191-1/+22
* i686: Do not raise exception traps on fesetexcept (BZ 30989)Adhemerval Zanella2023-12-191-3/+23
* powerpc: Do not raise exception traps for fesetexcept/fesetexceptflag (BZ 30988)Adhemerval Zanella2023-12-192-15/+25
* aarch64: Add vector implementations of expm1 routinesJoe Ramsay2023-11-202-108/+108
* aarch64: Add vector implementations of log1p routinesJoe Ramsay2023-11-102-26/+26
* aarch64: Add vector implementations of tan routinesJoe Ramsay2023-10-232-26/+26
* math: Add a no-mathvec flag for sin (-0.0)Wilco Dijkstra2023-09-184-28/+33
* Stop applying a GCC-specific workaround on clang [BZ #30550]Tulio Magno Quites Machado Filho2023-06-301-1/+2
* Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov2023-06-026-6/+6
* math: Remove the error handling wrapper from fmod and fmodfAdhemerval Zanella Netto2023-04-033-6/+17
* math: Improve fmodfAdhemerval Zanella Netto2023-04-031-0/+4
* math: Improve fmodAdhemerval Zanella Netto2023-04-031-0/+14
* update auto-libm-test-out-hypotPaul Zimmermann2023-02-141-0/+25
* added pair of inputs for hypotf in binary32Paul Zimmermann2023-02-141-0/+2
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-06390-390/+390
* C2x semantics for <tgmath.h>Joseph Myers2023-01-062-162/+297
* Disable use of -fsignaling-nans if compiler does not support itAdhemerval Zanella2022-11-019-10/+33
* Fix build with GCC 13 _FloatN, _FloatNx built-in functionsJoseph Myers2022-10-311-7/+240
* Fix iseqsig for _FloatN and _FloatNx in C++ with GCC 13Joseph Myers2022-09-302-1/+339
* Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto2022-09-221-1/+1
* math: Add more input to atanh accuracy testsSunil K Pandey2022-02-242-0/+28
* math: Add more inputs to atan2 accuracy tests [BZ #28765]Sunil K Pandey2022-01-142-0/+796
* math: Fix float conversion regressions with gcc-12 [BZ #28713]Szabolcs Nagy2022-01-107-10/+27
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-01390-391/+391
* x86-64: Add vector tan/tanf implementation to libmvecSunil K Pandey2021-12-301-1/+1
* x86-64: Add vector erfc/erfcf implementation to libmvecSunil K Pandey2021-12-301-1/+1
* x86-64: Add vector asinh/asinhf implementation to libmvecSunil K Pandey2021-12-291-1/+1
* x86-64: Add vector tanh/tanhf implementation to libmvecSunil K Pandey2021-12-291-1/+1
* x86-64: Add vector erf/erff implementation to libmvecSunil K Pandey2021-12-291-1/+1
* x86-64: Add vector acosh/acoshf implementation to libmvecSunil K Pandey2021-12-291-1/+1
* x86-64: Add vector atanh/atanhf implementation to libmvecSunil K Pandey2021-12-291-1/+1
* x86-64: Add vector log1p/log1pf implementation to libmvecSunil K Pandey2021-12-291-1/+1
* x86-64: Add vector log2/log2f implementation to libmvecSunil K Pandey2021-12-291-1/+1
* x86-64: Add vector log10/log10f implementation to libmvecSunil K Pandey2021-12-291-1/+1
* x86-64: Add vector atan2/atan2f implementation to libmvecSunil K Pandey2021-12-291-1/+1
* x86-64: Add vector cbrt/cbrtf implementation to libmvecSunil K Pandey2021-12-291-1/+1
* x86-64: Add vector sinh/sinhf implementation to libmvecSunil K Pandey2021-12-291-1/+1