aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/fpu
AgeCommit message (Expand)AuthorFilesLines
2025-01-09math: Fix acosf when building with gcc <= 11Adhemerval Zanella1-2/+0
2025-01-02new inputs with large errors for [a]cospi, [a]sinpi, [a]tanpi, atan2piPaul Zimmermann1-33/+33
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert845-845/+845
2024-12-22x86-64: Disable libmvec ABI test for ClangH.J. Lu1-0/+4
2024-12-20x86_64: Regenerate ulpsFlorian Weimer1-0/+2
2024-12-18math: Use tanhf from CORE-MATHAdhemerval Zanella1-4/+0
2024-12-18math: Use sinhf from CORE-MATHAdhemerval Zanella1-4/+0
2024-12-18math: Use coshf from CORE-MATHAdhemerval Zanella1-5/+1
2024-12-18math: Use atanhf from CORE-MATHAdhemerval Zanella1-4/+0
2024-12-18math: Use atan2f from CORE-MATHAdhemerval Zanella1-8/+0
2024-12-18math: Use atanf from CORE-MATHAdhemerval Zanella1-7/+3
2024-12-18math: Use asinhf from CORE-MATHAdhemerval Zanella1-4/+0
2024-12-18math: Use asinf from CORE-MATHAdhemerval Zanella1-4/+0
2024-12-18math: Use acoshf from CORE-MATHAdhemerval Zanella1-4/+0
2024-12-18math: Use acosf from CORE-MATHAdhemerval Zanella1-4/+0
2024-12-18Silence Clang #include_next errorH.J. Lu6-6/+6
2024-12-12Implement C23 atan2piJoseph Myers1-0/+24
2024-12-11Implement C23 atanpiJoseph Myers1-0/+24
2024-12-10Implement C23 asinpiJoseph Myers1-0/+24
2024-12-09Implement C23 acospiJoseph Myers1-0/+24
2024-12-05Implement C23 tanpiJoseph Myers1-0/+24
2024-12-05x86-64: Update libm-test-ulpsH.J. Lu1-5/+5
2024-12-04Implement C23 sinpiJoseph Myers1-0/+24
2024-12-04Implement C23 cospiJoseph Myers1-0/+24
2024-11-22math: Use tanf from CORE-MATHAdhemerval Zanella1-4/+0
2024-11-22math: Use lgammaf from CORE-MATHAdhemerval Zanella1-4/+0
2024-11-22math: Use erfcf from CORE-MATHAdhemerval Zanella1-4/+0
2024-11-22math: Use erff from CORE-MATHAdhemerval Zanella1-4/+0
2024-11-22math: Use cbrtf from CORE-MATHAdhemerval Zanella1-4/+0
2024-11-01x86_64: Add exp2m1f with FMAAdhemerval Zanella3-0/+39
2024-11-01x86_64: Add exp10m1f with FMAAdhemerval Zanella3-0/+39
2024-11-01math: Use log10p1f from CORE-MATHAdhemerval Zanella1-4/+0
2024-11-01math: Use log1pf from CORE-MATHAdhemerval Zanella1-8/+0
2024-11-01math: Use log2p1f from CORE-MATHAdhemerval Zanella1-4/+0
2024-11-01math: Use expm1f from CORE-MATHAdhemerval Zanella1-4/+1
2024-11-01math: Use exp2m1f from CORE-MATHAdhemerval Zanella1-4/+0
2024-11-01math: Use exp10m1f from CORE-MATHAdhemerval Zanella1-4/+0
2024-10-11replace tgammaf by the CORE-MATH implementationPaul Zimmermann1-4/+0
2024-10-07Fix whitespace related license issues.Carlos O'Donell2-2/+2
2024-08-07added inputs giving large errors on x86_64 for new C23 functionsPaul Zimmermann1-43/+43
2024-07-22This patch adds larger ulp errors for the log2p1 function.Paul Zimmermann1-5/+5
2024-06-17Implement C23 exp2m1, exp10m1Joseph Myers1-0/+48
2024-06-17Implement C23 log10p1Joseph Myers1-0/+24
2024-06-17Implement C23 logp1Joseph Myers1-0/+24
2024-05-20Implement C23 log2p1Joseph Myers1-0/+24
2024-04-06x86-64: Exclude FMA4 IFUNC functions for -mapxfH.J. Lu3-9/+17
2024-04-04math: x86 trunc traps when FE_INEXACT is enabled (BZ 31603)Adhemerval Zanella1-36/+0
2024-04-04math: x86 floor traps when FE_INEXACT is enabled (BZ 31601)Adhemerval Zanella1-33/+0
2024-04-04math: x86 ceill traps when FE_INEXACT is enabled (BZ 31600)Adhemerval Zanella1-34/+0
2024-02-25x86_64: Exclude SSE, AVX and FMA4 variants in libm multiarchSunil K Pandey60-295/+896