aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/fpu
AgeCommit message (Expand)AuthorFilesLines
17 hoursImplement C23 rsqrtJoseph Myers1-0/+24
2025-02-12math: Use tanpif from CORE-MATHAdhemerval Zanella1-4/+0
2025-02-12math: Use sinpif from CORE-MATHAdhemerval Zanella1-4/+0
2025-02-12math: Use cospif from CORE-MATHAdhemerval Zanella1-4/+0
2025-02-12math: Use atanpif from CORE-MATHAdhemerval Zanella1-4/+0
2025-02-12math: Use atan2pif from CORE-MATHAdhemerval Zanella1-4/+0
2025-02-12math: Use asinpif from CORE-MATHAdhemerval Zanella1-4/+0
2025-02-12math: Use acospif from CORE-MATHAdhemerval Zanella1-4/+0
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