aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/fpu/libm-test-ulps
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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
2023-07-19Update x86_64 libm-test-ulps (x32 ABI)Andreas K. Hüttel1-13/+14
2023-02-27x86_64: Update libm test ulpsH.J. Lu1-0/+1
2022-01-14math: Add more inputs to atan2 accuracy tests [BZ #28765]Sunil K Pandey1-4/+4
2021-12-30x86-64: Add vector tan/tanf implementation to libmvecSunil K Pandey1-0/+20
2021-12-30x86-64: Add vector erfc/erfcf implementation to libmvecSunil K Pandey1-0/+20
2021-12-29x86-64: Add vector asinh/asinhf implementation to libmvecSunil K Pandey1-0/+17
2021-12-29x86-64: Add vector tanh/tanhf implementation to libmvecSunil K Pandey1-0/+15
2021-12-29x86-64: Add vector erf/erff implementation to libmvecSunil K Pandey1-0/+20
2021-12-29x86-64: Add vector acosh/acoshf implementation to libmvecSunil K Pandey1-0/+20
2021-12-29x86-64: Add vector atanh/atanhf implementation to libmvecSunil K Pandey1-0/+20
2021-12-29x86-64: Add vector log1p/log1pf implementation to libmvecSunil K Pandey1-0/+20
2021-12-29x86-64: Add vector log2/log2f implementation to libmvecSunil K Pandey1-0/+20
2021-12-29x86-64: Add vector log10/log10f implementation to libmvecSunil K Pandey1-0/+20
2021-12-29x86-64: Add vector atan2/atan2f implementation to libmvecSunil K Pandey1-0/+20
2021-12-29x86-64: Add vector cbrt/cbrtf implementation to libmvecSunil K Pandey1-0/+20
2021-12-29x86-64: Add vector sinh/sinhf implementation to libmvecSunil K Pandey1-0/+20