aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/fpu/libm-test-ulps
AgeCommit message (Expand)AuthorFilesLines
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
2021-12-29x86-64: Add vector expm1/expm1f implementation to libmvecSunil K Pandey1-0/+20
2021-12-29x86-64: Add vector cosh/coshf implementation to libmvecSunil K Pandey1-0/+20
2021-12-29x86-64: Add vector exp10/exp10f implementation to libmvecSunil K Pandey1-0/+20
2021-12-29x86-64: Add vector exp2/exp2f implementation to libmvecSunil K Pandey1-0/+20
2021-12-29x86-64: Add vector hypot/hypotf implementation to libmvecSunil K Pandey1-0/+20
2021-12-29x86-64: Add vector asin/asinf implementation to libmvecSunil K Pandey1-0/+20
2021-12-29x86-64: Add vector atan/atanf implementation to libmvecSunil K Pandey1-0/+20
2021-12-22x86-64: Add vector acos/acosf implementation to libmvecSunil K Pandey1-0/+20
2021-12-20Regenerate ulps on x86_64 with GCC 12H.J. Lu1-1/+1
2021-04-28regenerate ulps on x86_64 with -march=nativePaul Zimmermann1-3/+3
2021-04-07Improve the accuracy of tgamma (BZ #26983)Paul Zimmermann1-3/+3
2021-04-02Fix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, #14470, #14471, #14472]Paul Zimmermann1-38/+38
2021-03-11math: Remove slow paths from asin and acos [BZ #15267]Wilco Dijkstra1-1/+3
2021-02-27Add inputs that generate larger error boundsPaul Zimmermann1-24/+26
2020-12-21add inputs to auto-libm-test-in yielding larger errors (binary64, x86_64)Paul Zimmermann1-11/+13
2020-08-08math: Update x86_64 ulpsAdhemerval Zanella1-3/+3
2020-07-25Update x86-64 libm-test-ulpsAndreas K. Hüttel1-2/+2
2020-03-31math: Add inputs that yield larger errors for float type (x86_64)Paul Zimmermann1-42/+46
2020-03-19math: Remove inline math testsAdhemerval Zanella1-1116/+0
2018-12-26Regenerate sysdeps/x86_64/fpu/libm-test-ulpsH.J. Lu1-0/+6
2018-09-05Add new exp and exp2 implementationsSzabolcs Nagy1-44/+44
2018-08-15Fix spaces in x86_64 ULP fileWilco Dijkstra1-3/+3
2018-08-14Improve performance of sinf and cosfWilco Dijkstra1-0/+12
2018-05-30Update ulps with "make regen-ulps" on AMD Ryzen 7 1800X.Paul Pluzhnikov1-1/+1
2018-04-03[PATCH 1/7] sin/cos slow paths: avoid slow paths for small inputsWilco Dijkstra1-0/+6
2018-02-12Remove slow paths from powWilco Dijkstra1-0/+2
2017-12-19Revert exp reimplementation (causes test failures).Joseph Myers1-10/+8
2017-12-19Update x86_64 libm-test-ulps.Joseph Myers1-8/+10
2017-10-22x86-64: Replace assembly versions of e_expf with generic e_expf.cH.J. Lu1-0/+4
2017-09-29Update x86_64 libm-test-ulps.Joseph Myers1-2/+2
2017-09-08Update x86_64 ulps for AMD Ryzen.Markus Trippelsdorf1-2/+2
2017-09-01Obsolete pow10 functions.Joseph Myers1-30/+0
2017-08-23x86-64: Regenerate libm-test-ulps for AVX512 mathvec testsH.J. Lu1-2/+2
2017-06-26Add float128 support for x86_64, x86.Joseph Myers1-0/+564