aboutsummaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Expand)AuthorFilesLines
2024-06-17Implement C23 exp2m1, exp10m1Joseph Myers14-2/+9302
2024-06-17Implement C23 log10p1Joseph Myers11-1/+3249
2024-06-17Implement C23 logp1Joseph Myers8-5/+39
2024-05-22Don't provide scalb/significand _FloatN aliases [BZ #31760]H.J. Lu2-0/+24
2024-05-21math: Add support for auto static math testsAdhemerval Zanella10-5/+124
2024-05-20math: Add more details to the test driver output.Joe Simmons-Talbott3-49/+162
2024-05-20Implement C23 log2p1Joseph Myers11-1/+2891
2024-05-14math: Add GLIBC_TEST_LIBM_VERBOSE environment variable support.Joe Talbott1-2/+21
2024-05-06Add crt1-2.0.o for glibc 2.0 compatibility testsH.J. Lu1-0/+3
2024-04-04math: x86 trunc traps when FE_INEXACT is enabled (BZ 31603)Adhemerval Zanella2-0/+69
2024-04-04math: x86 floor traps when FE_INEXACT is enabled (BZ 31601)Adhemerval Zanella2-0/+69
2024-04-04math: x86 ceill traps when FE_INEXACT is enabled (BZ 31600)Adhemerval Zanella2-0/+70
2024-04-04aarch64/fpu: Add vector variants of tanhJoe Ramsay2-26/+26
2024-04-02math: Reformat Makefile.Adhemerval Zanella1-159/+685
2024-02-23treewide: python-scripts: use `is None` for none-equalityKonstantin Kharlamov1-3/+3
2024-02-01math: Remove bogus math implementationsAdhemerval Zanella5-164/+0
2024-02-01Refer to C23 in place of C2X in glibcJoseph Myers6-49/+49
2024-01-12math: remove exp10 wrappersWilco Dijkstra2-5/+31
2024-01-10math: Fix test-fenv.c feupdateenv testsAdhemerval Zanella1-0/+1
2024-01-08Remove ia64-linux-gnuAdhemerval Zanella1-1/+1
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert390-390/+390
2023-12-19riscv: Fix feenvupdate with FE_DFL_ENV (BZ 31022)Adhemerval Zanella1-10/+121
2023-12-19x86: Do not raises floating-point exception traps on fesetexceptflag (BZ 30990)Bruno Haible1-1/+22
2023-12-19i686: Do not raise exception traps on fesetexcept (BZ 30989)Adhemerval Zanella1-3/+23
2023-12-19powerpc: Do not raise exception traps for fesetexcept/fesetexceptflag (BZ 30988)Adhemerval Zanella2-15/+25
2023-11-20aarch64: Add vector implementations of expm1 routinesJoe Ramsay2-108/+108
2023-11-10aarch64: Add vector implementations of log1p routinesJoe Ramsay2-26/+26
2023-10-23aarch64: Add vector implementations of tan routinesJoe Ramsay2-26/+26
2023-09-18math: Add a no-mathvec flag for sin (-0.0)Wilco Dijkstra4-28/+33
2023-06-30Stop applying a GCC-specific workaround on clang [BZ #30550]Tulio Magno Quites Machado Filho1-1/+2
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov6-6/+6
2023-04-03math: Remove the error handling wrapper from fmod and fmodfAdhemerval Zanella Netto3-6/+17
2023-04-03math: Improve fmodfAdhemerval Zanella Netto1-0/+4
2023-04-03math: Improve fmodAdhemerval Zanella Netto1-0/+14
2023-02-14update auto-libm-test-out-hypotPaul Zimmermann1-0/+25
2023-02-14added pair of inputs for hypotf in binary32Paul Zimmermann1-0/+2
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers390-390/+390
2023-01-06C2x semantics for <tgmath.h>Joseph Myers2-162/+297
2022-11-01Disable use of -fsignaling-nans if compiler does not support itAdhemerval Zanella9-10/+33
2022-10-31Fix build with GCC 13 _FloatN, _FloatNx built-in functionsJoseph Myers1-7/+240
2022-09-30Fix iseqsig for _FloatN and _FloatNx in C++ with GCC 13Joseph Myers2-1/+339
2022-09-22Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto1-1/+1
2022-02-24math: Add more input to atanh accuracy testsSunil K Pandey2-0/+28
2022-01-14math: Add more inputs to atan2 accuracy tests [BZ #28765]Sunil K Pandey2-0/+796
2022-01-10math: Fix float conversion regressions with gcc-12 [BZ #28713]Szabolcs Nagy7-10/+27
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert390-391/+391
2021-12-30x86-64: Add vector tan/tanf implementation to libmvecSunil K Pandey1-1/+1
2021-12-30x86-64: Add vector erfc/erfcf implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector asinh/asinhf implementation to libmvecSunil K Pandey1-1/+1
2021-12-29x86-64: Add vector tanh/tanhf implementation to libmvecSunil K Pandey1-1/+1