summaryrefslogtreecommitdiff
path: root/math/Makefile
AgeCommit message (Expand)Author
10 daysLoongArch: fix missing trap for enabled exceptions on narrowing operationXi Ruoyao
2026-03-16math: Consolidated common definition/data for cosh/sinh/tanhAdhemerval Zanella
2026-01-14Revert "x86: Do not use __builtin_fpclassify for _Float64x/long double"Adhemerval Zanella
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-12-22x86: Do not use __builtin_fpclassify for _Float64x/long doubleAdhemerval Zanella
2025-11-21configure: Only use -fno-fp-int-builtin-inexact if compiler supports itAdhemerval Zanella
2025-11-13Change fromfp functions to return floating types following C23 (bug 28327)Joseph Myers
2025-11-04Rename fromfp files in preparation for changing types for C23Joseph Myers
2025-10-27math: Consolidate erf/erfc definitionsAdhemerval Zanella
2025-10-27math: Consolidate internal erf/erfc tablesAdhemerval Zanella
2025-10-27math: Use tgamma from CORE-MATHAdhemerval Zanella
2025-10-27math: Use lgamma from CORE-MATHAdhemerval Zanella
2025-10-27math: Move atanh internal data to separate fileAdhemerval Zanella
2025-10-27math: Consolidate acosh and asinh internal tableAdhemerval Zanella
2025-10-21math: Suppress more aliases builtin type conflictsAdhemerval Zanella
2025-05-14Implement C23 rootn.Joseph Myers
2025-05-09Implement C23 compoundnJoseph Myers
2025-03-27Implement C23 pownJoseph Myers
2025-03-14Implement C23 powrJoseph Myers
2025-03-12math: Refactor how to use libm-test-ulpsAdhemerval Zanella
2025-03-07Implement C23 rsqrtJoseph Myers
2025-02-17math: Consolidate acosf and asinf internal tablesAdhemerval Zanella
2025-02-17math: Consolidate acospif and asinpif internal tablesAdhemerval Zanella
2025-02-17math: Consolidate cospif and sinpif internal tablesAdhemerval Zanella
2025-02-12math: Consolidate coshf and sinhf internal tablesAdhemerval Zanella
2025-02-12math: Consolidate acoshf and asinhf internal tablesAdhemerval Zanella
2025-01-04math: Add a reference to Clang's <tgmath.h> C23 issueH.J. Lu
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-12-22Add test-config-cflags-float-store for -ffloat-storeH.J. Lu
2024-12-22math: Exclude tgmath3-macro-tests for ClangH.J. Lu
2024-12-21Don't use glibc <tgmath.h> when testing with ClangH.J. Lu
2024-12-12Implement C23 atan2piJoseph Myers
2024-12-12math: Remove __XXX math functions from installed math.h [BZ #32418]H.J. Lu
2024-12-11Implement C23 atanpiJoseph Myers
2024-12-10Implement C23 asinpiJoseph Myers
2024-12-09Implement C23 acospiJoseph Myers
2024-12-05Implement C23 tanpiJoseph Myers
2024-12-05Fix and sort variables in MakefilesH.J. Lu
2024-12-04Implement C23 sinpiJoseph Myers
2024-12-04Implement C23 cospiJoseph Myers
2024-11-22math: Split s_erfF in erff and erfcAdhemerval Zanella
2024-09-04Do not set errno for overflowing NaN payload in strtod/nan (bug 32045)Joseph Myers
2024-06-17Implement C23 exp2m1, exp10m1Joseph Myers
2024-06-17Implement C23 log10p1Joseph Myers
2024-06-17Implement C23 logp1Joseph Myers
2024-05-21math: Add support for auto static math testsAdhemerval Zanella
2024-05-20Implement C23 log2p1Joseph Myers
2024-05-06Add crt1-2.0.o for glibc 2.0 compatibility testsH.J. Lu
2024-04-04math: x86 trunc traps when FE_INEXACT is enabled (BZ 31603)Adhemerval Zanella
2024-04-04math: x86 floor traps when FE_INEXACT is enabled (BZ 31601)Adhemerval Zanella