aboutsummaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Expand)AuthorFilesLines
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
2024-12-09Implement C23 acospiJoseph Myers11-1/+3329
2024-12-05Implement C23 tanpiJoseph Myers11-1/+9320
2024-12-05math: xfail some sinpi tests for ibm128-libgccAdhemerval Zanella2-254/+254
2024-12-05math: xfail some cospi tests for ibm128-libgccAdhemerval Zanella2-402/+402
2024-12-05Use M_LIT in place of M_MLIT for literalsJoseph Myers2-2/+2
2024-12-05Fix and sort variables in MakefilesH.J. Lu1-15/+15
2024-12-04Implement C23 sinpiJoseph Myers11-1/+10130
2024-12-04Implement C23 cospiJoseph Myers11-1/+9471
2024-11-22math: Split s_erfF in erff and erfcAdhemerval Zanella1-0/+1
2024-10-11replace tgammaf by the CORE-MATH implementationPaul Zimmermann1-3/+3
2024-09-19AArch64: Add vector logp1 alias for log1pJoe Ramsay1-1/+1
2024-09-04Do not set errno for overflowing NaN payload in strtod/nan (bug 32045)Joseph Myers2-0/+54
2024-09-04Improve NaN payload testingJoseph Myers1-5/+54
2024-08-07added inputs giving large errors on x86_64 for new C23 functionsPaul Zimmermann4-1/+5432
2024-07-26support: Add FAIL test failure helperMaciej W. Rozycki1-10/+3
2024-07-22This patch adds larger ulp errors for the log2p1 function.Paul Zimmermann2-0/+345
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