summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Expand)Author
2025-07-28math: Update auto-libm-tests-in with ldbl-128ibm compoundn/pown failuresAdhemerval Zanella
2025-07-24math: xfail some pown and compoundn tests for ibm128-libgccSachin Monga
2025-05-21gen-libm-test: Use 'original source' instead of 'master' in code.Carlos O'Donell
2025-05-19AArch64: Implement AdvSIMD and SVE atan2pi/fDylan Fleming
2025-05-19AArch64: Implement AdvSIMD and SVE atanpi/fDylan Fleming
2025-05-19AArch64: Implement AdvSIMD and SVE asinpi/fDylan Fleming
2025-05-19AArch64: Implement AdvSIMD and SVE acospi/fDylan Fleming
2025-05-14Implement C23 rootn.Joseph Myers
2025-05-09Implement C23 compoundnJoseph Myers
2025-05-01Correct test descriptors in libm-test-pown.incJoseph Myers
2025-04-14Fix spelling mistake "suports" -> "supports"Colin Ian King
2025-03-27Implement C23 pownJoseph Myers
2025-03-19add inputs giving large errors for rsqrtPaul Zimmermann
2025-03-14Implement C23 powrJoseph Myers
2025-03-12math: Refactor how to use libm-test-ulpsAdhemerval Zanella
2025-03-08math: Remove an extra semicolon in math function declarationsAurelien Jarno
2025-03-07Implement C23 rsqrtJoseph Myers
2025-02-26sysdeps/ieee754: Fix remainder sign of zero for FE_DOWNWARD (BZ #32711)Sergei Zimmerman
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-02-12math: Use atanpif from CORE-MATHAdhemerval Zanella
2025-02-03math: Fix tanf for some inputs (BZ 32630)Adhemerval Zanella
2025-01-31math: Fix sinhf for some inputs (BZ 32627)Adhemerval Zanella
2025-01-31math: Fix log10p1f internal table value (BZ 32626)Adhemerval Zanella
2025-01-03AArch64: Add vector tanpi routinesJoe Ramsay
2025-01-03AArch64: Add vector cospi routinesJoe Ramsay
2025-01-03AArch64: Add vector sinpi to libmvecJoe Ramsay
2025-01-03math: Remove no-mathvec flagJoe Ramsay
2025-01-04math: Add a reference to Clang's <tgmath.h> C23 issueH.J. Lu
2025-01-02new inputs with large errors for [a]cospi, [a]sinpi, [a]tanpi, atan2piPaul Zimmermann
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-12-22math: Fix clang warnings for math/test-tgmath-ret.cAdhemerval Zanella
2024-12-22Add test-config-cflags-float-store for -ffloat-storeH.J. Lu
2024-12-22Don't redefine INFINITY nor NANH.J. Lu
2024-12-22Check Clang 12 for __builtin_complexH.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-20math: xfail some tanpi tests for ibm128-libgccAdhemerval Zanella
2024-12-18math: Fix the expected carg (inf) resultsAdhemerval Zanella
2024-12-18math: Fix the expected atan2f (inf) resultsAdhemerval Zanella
2024-12-18math: Fix the expected atanf (inf) resultsAdhemerval Zanella
2024-12-18math: Add inf support on gen-auto-libm-tests.cAdhemerval Zanella
2024-12-18math: Fix spurious-divbyzero flag nameAdhemerval Zanella
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