about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/libm-test-ulps
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update x86-64 libm-test-ulpsAndreas K. Hüttel2020-07-251-2/+2
* math: Add inputs that yield larger errors for float type (x86_64)Paul Zimmermann2020-03-311-42/+46
* math: Remove inline math testsAdhemerval Zanella2020-03-191-1116/+0
* Regenerate sysdeps/x86_64/fpu/libm-test-ulpsH.J. Lu2018-12-261-0/+6
* Add new exp and exp2 implementationsSzabolcs Nagy2018-09-051-44/+44
* Fix spaces in x86_64 ULP fileWilco Dijkstra2018-08-151-3/+3
* Improve performance of sinf and cosfWilco Dijkstra2018-08-141-0/+12
* Update ulps with "make regen-ulps" on AMD Ryzen 7 1800X.Paul Pluzhnikov2018-05-301-1/+1
* [PATCH 1/7] sin/cos slow paths: avoid slow paths for small inputsWilco Dijkstra2018-04-031-0/+6
* Remove slow paths from powWilco Dijkstra2018-02-121-0/+2
* Revert exp reimplementation (causes test failures).Joseph Myers2017-12-191-10/+8
* Update x86_64 libm-test-ulps.Joseph Myers2017-12-191-8/+10
* x86-64: Replace assembly versions of e_expf with generic e_expf.cH.J. Lu2017-10-221-0/+4
* Update x86_64 libm-test-ulps.Joseph Myers2017-09-291-2/+2
* Update x86_64 ulps for AMD Ryzen.Markus Trippelsdorf2017-09-081-2/+2
* Obsolete pow10 functions.Joseph Myers2017-09-011-30/+0
* x86-64: Regenerate libm-test-ulps for AVX512 mathvec testsH.J. Lu2017-08-231-2/+2
* Add float128 support for x86_64, x86.Joseph Myers2017-06-261-0/+564
* Move tests of catan, catanh to auto-libm-test-*.Joseph Myers2017-02-171-10/+22
* Move tests of casin, casinh to auto-libm-test-*.Joseph Myers2017-02-171-38/+38
* Move tests of cacos, cacosh to auto-libm-test-*.Joseph Myers2017-02-171-28/+28
* Fix x86_64 / x86 powl inaccuracy for integer exponents (bug 19848).Joseph Myers2016-03-241-4/+4
* x86_64: Regenerate ulps [BZ #19168]Florian Weimer2015-10-261-6/+6
* Add more libm tests (ilogb, is*, j0, j1, jn, lgamma, log*).Joseph Myers2015-10-231-0/+2
* sysdeps/x86_64/fpu/libm-test-ulps: Regenerated on Haswell.Paul Pluzhnikov2015-10-031-1/+1
* Improve test coverage of real libm functions [a-e]*.Joseph Myers2015-09-301-2/+2
* Fix clog, clog10 inaccuracy (bug 19016).Joseph Myers2015-09-281-40/+40
* Fix powf inaccuracy (bug 18956).Joseph Myers2015-09-261-8/+8
* Add more random libm test inputs (mainly for ldbl-128).Joseph Myers2015-09-121-2/+2
* Add more randomly-generated libm tests.Joseph Myers2015-09-111-33/+33
* Fix lgamma (negative) inaccuracy (bug 2542, bug 2543, bug 2558).Joseph Myers2015-09-101-48/+48
* Regenerated sysdeps/x86_64/fpu/libm-test-ulps with AVX2.Paul Pluzhnikov2015-08-141-1/+1
* Add more random libm-test inputs.Joseph Myers2015-08-131-62/+64
* Add more tests of various libm functions.Joseph Myers2015-08-111-12/+12
* Improve tgamma accuracy (bug 18613).Joseph Myers2015-06-291-4/+28
* Use round-to-nearest internally in jn, test with ALL_RM_TEST (bug 18602).Joseph Myers2015-06-251-0/+24
* Fix cexp, ccos, ccosh, csin, csinh spurious underflows (bug 18594).Joseph Myers2015-06-241-0/+52
* Fix csin, csinh overflow in directed rounding modes (bug 18593).Joseph Myers2015-06-241-4/+4
* Vector sincosf for x86_64 and tests.Andrew Senkevich2015-06-181-0/+8
* Vector sincos for x86_64 and tests.Andrew Senkevich2015-06-181-0/+12
* Vector powf for x86_64 and tests.Andrew Senkevich2015-06-181-0/+8
* Vector pow for x86_64 and tests.Andrew Senkevich2015-06-171-0/+12
* Vector expf for x86_64 and tests.Andrew Senkevich2015-06-171-0/+8