aboutsummaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Expand)AuthorFilesLines
12 daysmath: Update auto-libm-tests-in with ldbl-128ibm compoundn/pown failuresAdhemerval Zanella3-90/+90
2025-07-24math: xfail some pown and compoundn tests for ibm128-libgccSachin Monga3-44/+44
2025-05-21gen-libm-test: Use 'original source' instead of 'master' in code.Carlos O'Donell1-1/+1
2025-05-19AArch64: Implement AdvSIMD and SVE atan2pi/fDylan Fleming1-0/+1
2025-05-19AArch64: Implement AdvSIMD and SVE atanpi/fDylan Fleming1-0/+1
2025-05-19AArch64: Implement AdvSIMD and SVE asinpi/fDylan Fleming1-0/+1
2025-05-19AArch64: Implement AdvSIMD and SVE acospi/fDylan Fleming1-0/+1
2025-05-14Implement C23 rootn.Joseph Myers11-1/+14219
2025-05-09Implement C23 compoundnJoseph Myers11-1/+10823
2025-05-01Correct test descriptors in libm-test-pown.incJoseph Myers1-94/+94
2025-04-14Fix spelling mistake "suports" -> "supports"Colin Ian King2-2/+2
2025-03-27Implement C23 pownJoseph Myers12-2/+13862
2025-03-19add inputs giving large errors for rsqrtPaul Zimmermann2-0/+656
2025-03-14Implement C23 powrJoseph Myers11-1/+18614
2025-03-12math: Refactor how to use libm-test-ulpsAdhemerval Zanella4-135/+104
2025-03-08math: Remove an extra semicolon in math function declarationsAurelien Jarno1-1/+1
2025-03-07Implement C23 rsqrtJoseph Myers11-1/+3566
2025-02-26sysdeps/ieee754: Fix remainder sign of zero for FE_DOWNWARD (BZ #32711)Sergei Zimmerman1-0/+4
2025-02-17math: Consolidate acosf and asinf internal tablesAdhemerval Zanella1-0/+1
2025-02-17math: Consolidate acospif and asinpif internal tablesAdhemerval Zanella1-0/+1
2025-02-17math: Consolidate cospif and sinpif internal tablesAdhemerval Zanella1-0/+1
2025-02-12math: Consolidate coshf and sinhf internal tablesAdhemerval Zanella1-0/+1
2025-02-12math: Consolidate acoshf and asinhf internal tablesAdhemerval Zanella1-0/+1
2025-02-12math: Use atanpif from CORE-MATHAdhemerval Zanella2-0/+26
2025-02-03math: Fix tanf for some inputs (BZ 32630)Adhemerval Zanella2-0/+26
2025-01-31math: Fix sinhf for some inputs (BZ 32627)Adhemerval Zanella2-0/+26
2025-01-31math: Fix log10p1f internal table value (BZ 32626)Adhemerval Zanella2-0/+27
2025-01-03AArch64: Add vector tanpi routinesJoe Ramsay1-1/+1
2025-01-03AArch64: Add vector cospi routinesJoe Ramsay1-1/+1
2025-01-03AArch64: Add vector sinpi to libmvecJoe Ramsay1-1/+1
2025-01-03math: Remove no-mathvec flagJoe Ramsay9-220/+215
2025-01-04math: Add a reference to Clang's <tgmath.h> C23 issueH.J. Lu1-0/+1
2025-01-02new inputs with large errors for [a]cospi, [a]sinpi, [a]tanpi, atan2piPaul Zimmermann8-0/+2751
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert411-411/+411
2024-12-22math: Fix clang warnings for math/test-tgmath-ret.cAdhemerval Zanella1-0/+6
2024-12-22Add test-config-cflags-float-store for -ffloat-storeH.J. Lu1-2/+4
2024-12-22Don't redefine INFINITY nor NANH.J. Lu1-8/+12
2024-12-22Check Clang 12 for __builtin_complexH.J. Lu1-1/+2
2024-12-22math: Exclude tgmath3-macro-tests for ClangH.J. Lu1-0/+5
2024-12-21Don't use glibc <tgmath.h> when testing with ClangH.J. Lu1-6/+18
2024-12-20math: xfail some tanpi tests for ibm128-libgccAdhemerval Zanella3-364/+364
2024-12-18math: Fix the expected carg (inf) resultsAdhemerval Zanella3-28/+261
2024-12-18math: Fix the expected atan2f (inf) resultsAdhemerval Zanella3-56/+2366
2024-12-18math: Fix the expected atanf (inf) resultsAdhemerval Zanella3-2/+52
2024-12-18math: Add inf support on gen-auto-libm-tests.cAdhemerval Zanella1-4/+27
2024-12-18math: Fix spurious-divbyzero flag nameAdhemerval Zanella1-1/+1
2024-12-12Implement C23 atan2piJoseph Myers11-1/+14568
2024-12-12math: Remove __XXX math functions from installed math.h [BZ #32418]H.J. Lu3-36/+50
2024-12-11Implement C23 atanpiJoseph Myers11-1/+1532
2024-12-10Implement C23 asinpiJoseph Myers11-1/+2618