aboutsummaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Expand)AuthorFilesLines
2024-04-17math: Remove _Static_assert that uses EXCEPTION_SET_FORCES_TRAPAdhemerval Zanella2-6/+14
2024-04-17math: Do not use __builtin_isinf on clangAdhemerval Zanella1-2/+1
2024-04-17math: Do not use __builtin_isnan on clangAdhemerval Zanella1-2/+1
2024-04-17math: Do not use __builtin_fpclassify on clangAdhemerval Zanella1-4/+2
2024-04-17math: Fix isgreater* and isless* for clangAdhemerval Zanella1-1/+1
2024-04-17math: Only build tests for _Complex __int128 iff compiler supports itAdhemerval Zanella2-10/+30
2024-04-17math: Define CMPLX(F,L) for clangAdhemerval Zanella1-1/+1
2024-04-17Use -ffloat-store iff compiler supports itAdhemerval Zanella1-2/+2
2024-04-17math: Fix clang warnings on bug-tgmath1.cAdhemerval Zanella1-0/+7
2024-04-17math: Fix clang warnings for math/test-tgmath-ret.cAdhemerval Zanella1-0/+6
2024-04-17math: Suppress more aliases builtin type conflictsAdhemerval Zanella1-3/+36
2024-04-17math: Use -fexcess-precision=standard iff compiler supports itAdhemerval Zanella1-3/+3
2024-04-17configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella1-0/+10
2024-04-17math: Suppress clang warning on math_check_force_underflowAdhemerval Zanella1-1/+8
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