about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/libm-test-ulps
Commit message (Expand)AuthorAgeFilesLines
* math: Use tanf from CORE-MATHAdhemerval Zanella11 days1-4/+0
* math: Use lgammaf from CORE-MATHAdhemerval Zanella11 days1-4/+0
* math: Use erfcf from CORE-MATHAdhemerval Zanella11 days1-4/+0
* math: Use erff from CORE-MATHAdhemerval Zanella11 days1-4/+0
* math: Use cbrtf from CORE-MATHAdhemerval Zanella11 days1-4/+0
* math: Use log10p1f from CORE-MATHAdhemerval Zanella2024-11-011-4/+0
* math: Use log1pf from CORE-MATHAdhemerval Zanella2024-11-011-8/+0
* math: Use log2p1f from CORE-MATHAdhemerval Zanella2024-11-011-4/+0
* math: Use expm1f from CORE-MATHAdhemerval Zanella2024-11-011-4/+1
* math: Use exp2m1f from CORE-MATHAdhemerval Zanella2024-11-011-4/+0
* math: Use exp10m1f from CORE-MATHAdhemerval Zanella2024-11-011-4/+0
* replace tgammaf by the CORE-MATH implementationPaul Zimmermann2024-10-111-4/+0
* added inputs giving large errors on x86_64 for new C23 functionsPaul Zimmermann2024-08-071-43/+43
* This patch adds larger ulp errors for the log2p1 function.Paul Zimmermann2024-07-221-5/+5
* Implement C23 exp2m1, exp10m1Joseph Myers2024-06-171-0/+48
* Implement C23 log10p1Joseph Myers2024-06-171-0/+24
* Implement C23 logp1Joseph Myers2024-06-171-0/+24
* Implement C23 log2p1Joseph Myers2024-05-201-0/+24
* Update x86_64 libm-test-ulps (x32 ABI)Andreas K. Hüttel2023-07-191-13/+14
* x86_64: Update libm test ulpsH.J. Lu2023-02-271-0/+1
* math: Add more inputs to atan2 accuracy tests [BZ #28765]Sunil K Pandey2022-01-141-4/+4
* x86-64: Add vector tan/tanf implementation to libmvecSunil K Pandey2021-12-301-0/+20
* x86-64: Add vector erfc/erfcf implementation to libmvecSunil K Pandey2021-12-301-0/+20
* x86-64: Add vector asinh/asinhf implementation to libmvecSunil K Pandey2021-12-291-0/+17
* x86-64: Add vector tanh/tanhf implementation to libmvecSunil K Pandey2021-12-291-0/+15
* x86-64: Add vector erf/erff implementation to libmvecSunil K Pandey2021-12-291-0/+20
* x86-64: Add vector acosh/acoshf implementation to libmvecSunil K Pandey2021-12-291-0/+20
* x86-64: Add vector atanh/atanhf implementation to libmvecSunil K Pandey2021-12-291-0/+20
* x86-64: Add vector log1p/log1pf implementation to libmvecSunil K Pandey2021-12-291-0/+20
* x86-64: Add vector log2/log2f implementation to libmvecSunil K Pandey2021-12-291-0/+20
* x86-64: Add vector log10/log10f implementation to libmvecSunil K Pandey2021-12-291-0/+20
* x86-64: Add vector atan2/atan2f implementation to libmvecSunil K Pandey2021-12-291-0/+20
* x86-64: Add vector cbrt/cbrtf implementation to libmvecSunil K Pandey2021-12-291-0/+20
* x86-64: Add vector sinh/sinhf implementation to libmvecSunil K Pandey2021-12-291-0/+20
* x86-64: Add vector expm1/expm1f implementation to libmvecSunil K Pandey2021-12-291-0/+20
* x86-64: Add vector cosh/coshf implementation to libmvecSunil K Pandey2021-12-291-0/+20
* x86-64: Add vector exp10/exp10f implementation to libmvecSunil K Pandey2021-12-291-0/+20
* x86-64: Add vector exp2/exp2f implementation to libmvecSunil K Pandey2021-12-291-0/+20
* x86-64: Add vector hypot/hypotf implementation to libmvecSunil K Pandey2021-12-291-0/+20
* x86-64: Add vector asin/asinf implementation to libmvecSunil K Pandey2021-12-291-0/+20
* x86-64: Add vector atan/atanf implementation to libmvecSunil K Pandey2021-12-291-0/+20
* x86-64: Add vector acos/acosf implementation to libmvecSunil K Pandey2021-12-221-0/+20
* Regenerate ulps on x86_64 with GCC 12H.J. Lu2021-12-201-1/+1
* regenerate ulps on x86_64 with -march=nativePaul Zimmermann2021-04-281-3/+3
* Improve the accuracy of tgamma (BZ #26983)Paul Zimmermann2021-04-071-3/+3
* Fix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, #14470, #14471, #14472]Paul Zimmermann2021-04-021-38/+38
* math: Remove slow paths from asin and acos [BZ #15267]Wilco Dijkstra2021-03-111-1/+3
* Add inputs that generate larger error boundsPaul Zimmermann2021-02-271-24/+26
* add inputs to auto-libm-test-in yielding larger errors (binary64, x86_64)Paul Zimmermann2020-12-211-11/+13
* math: Update x86_64 ulpsAdhemerval Zanella2020-08-081-3/+3