Age | Commit message (Expand) | Author |
2018-05-30 | Update ulps with "make regen-ulps" on AMD Ryzen 7 1800X. | Paul Pluzhnikov |
2018-04-03 | [PATCH 1/7] sin/cos slow paths: avoid slow paths for small inputs | Wilco Dijkstra |
2018-02-12 | Remove slow paths from pow | Wilco Dijkstra |
2017-12-19 | Revert exp reimplementation (causes test failures). | Joseph Myers |
2017-12-19 | Update x86_64 libm-test-ulps. | Joseph Myers |
2017-10-22 | x86-64: Replace assembly versions of e_expf with generic e_expf.c | H.J. Lu |
2017-09-29 | Update x86_64 libm-test-ulps. | Joseph Myers |
2017-09-08 | Update x86_64 ulps for AMD Ryzen. | Markus Trippelsdorf |
2017-09-01 | Obsolete pow10 functions. | Joseph Myers |
2017-08-23 | x86-64: Regenerate libm-test-ulps for AVX512 mathvec tests | H.J. Lu |
2017-06-26 | Add float128 support for x86_64, x86. | Joseph Myers |
2017-02-17 | Move tests of catan, catanh to auto-libm-test-*. | Joseph Myers |
2017-02-17 | Move tests of casin, casinh to auto-libm-test-*. | Joseph Myers |
2017-02-17 | Move tests of cacos, cacosh to auto-libm-test-*. | Joseph Myers |
2016-03-24 | Fix x86_64 / x86 powl inaccuracy for integer exponents (bug 19848). | Joseph Myers |
2015-10-26 | x86_64: Regenerate ulps [BZ #19168] | Florian Weimer |
2015-10-23 | Add more libm tests (ilogb, is*, j0, j1, jn, lgamma, log*). | Joseph Myers |
2015-10-03 | sysdeps/x86_64/fpu/libm-test-ulps: Regenerated on Haswell. | Paul Pluzhnikov |
2015-09-30 | Improve test coverage of real libm functions [a-e]*. | Joseph Myers |
2015-09-28 | Fix clog, clog10 inaccuracy (bug 19016). | Joseph Myers |
2015-09-26 | Fix powf inaccuracy (bug 18956). | Joseph Myers |
2015-09-12 | Add more random libm test inputs (mainly for ldbl-128). | Joseph Myers |
2015-09-11 | Add more randomly-generated libm tests. | Joseph Myers |
2015-09-10 | Fix lgamma (negative) inaccuracy (bug 2542, bug 2543, bug 2558). | Joseph Myers |
2015-08-14 | Regenerated sysdeps/x86_64/fpu/libm-test-ulps with AVX2. | Paul Pluzhnikov |
2015-08-13 | Add more random libm-test inputs. | Joseph Myers |
2015-08-11 | Add more tests of various libm functions. | Joseph Myers |
2015-06-29 | Improve tgamma accuracy (bug 18613). | Joseph Myers |
2015-06-25 | Use round-to-nearest internally in jn, test with ALL_RM_TEST (bug 18602). | Joseph Myers |
2015-06-24 | Fix cexp, ccos, ccosh, csin, csinh spurious underflows (bug 18594). | Joseph Myers |
2015-06-24 | Fix csin, csinh overflow in directed rounding modes (bug 18593). | Joseph Myers |
2015-06-18 | Vector sincosf for x86_64 and tests. | Andrew Senkevich |
2015-06-18 | Vector sincos for x86_64 and tests. | Andrew Senkevich |
2015-06-18 | Vector powf for x86_64 and tests. | Andrew Senkevich |
2015-06-17 | Vector pow for x86_64 and tests. | Andrew Senkevich |
2015-06-17 | Vector expf for x86_64 and tests. | Andrew Senkevich |
2015-06-17 | Vector exp for x86_64 and tests. | Andrew Senkevich |
2015-06-17 | Vector logf for x86_64 and tests. | Andrew Senkevich |
2015-06-17 | Vector log for x86_64 and tests. | Andrew Senkevich |
2015-06-15 | Vector sinf for x86_64 and tests. | Andrew Senkevich |
2015-06-11 | Vector sin for x86_64 and tests. | Andrew Senkevich |
2015-06-09 | This patch adds vector cosf tests. | Andrew Senkevich |
2015-06-09 | Addition of testing infrastructure for vector math functions. | Andrew Senkevich |
2015-05-08 | Add more tests of csqrt, lgamma, log10, sinh. | Joseph Myers |
2015-05-06 | Add more tests of acosh, atanh, cos, csqrt, erfc, sin, sincos. | Joseph Myers |
2015-05-05 | Add further tests of libm functions. | Joseph Myers |
2015-05-02 | Add more tests of libm functions. | Joseph Myers |
2015-05-01 | Add more tests of tgamma. | Joseph Myers |
2015-05-01 | Add more tests of tanh. | Joseph Myers |
2015-05-01 | Add more tests of tan. | Joseph Myers |