Age | Commit message (Expand) | Author | Files | Lines |
2024-08-07 | added inputs giving large errors on x86_64 for new C23 functions | Paul Zimmermann | 1 | -1/+92 |
2024-07-22 | This patch adds larger ulp errors for the log2p1 function. | Paul Zimmermann | 1 | -0/+5 |
2024-06-17 | Implement C23 exp2m1, exp10m1 | Joseph Myers | 1 | -0/+201 |
2024-06-17 | Implement C23 log10p1 | Joseph Myers | 1 | -0/+57 |
2024-05-20 | Implement C23 log2p1 | Joseph Myers | 1 | -0/+51 |
2024-04-04 | aarch64/fpu: Add vector variants of tanh | Joe Ramsay | 1 | -1/+1 |
2024-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
2023-11-20 | aarch64: Add vector implementations of expm1 routines | Joe Ramsay | 1 | -2/+2 |
2023-11-10 | aarch64: Add vector implementations of log1p routines | Joe Ramsay | 1 | -1/+1 |
2023-10-23 | aarch64: Add vector implementations of tan routines | Joe Ramsay | 1 | -1/+1 |
2023-09-18 | math: Add a no-mathvec flag for sin (-0.0) | Wilco Dijkstra | 1 | -1/+1 |
2023-02-14 | added pair of inputs for hypotf in binary32 | Paul Zimmermann | 1 | -0/+2 |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 1 | -1/+1 |
2022-02-24 | math: Add more input to atanh accuracy tests | Sunil K Pandey | 1 | -0/+3 |
2022-01-14 | math: Add more inputs to atan2 accuracy tests [BZ #28765] | Sunil K Pandey | 1 | -0/+8 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
2021-10-06 | math: Also xfail the new j0f tests for ibm128-libgcc | Adhemerval Zanella | 1 | -44/+44 |
2021-10-05 | Fixed inaccuracy of j0f (BZ #28185) | Paul Zimmermann | 1 | -0/+45 |
2021-09-22 | Add narrowing fma functions | Joseph Myers | 1 | -161/+155 |
2021-09-22 | Adjust new narrowing div/mul tests for IBM long double, update powerpc ULPs | Joseph Myers | 1 | -16/+16 |
2021-09-21 | Fix f64xdivf128, f64xmulf128 spurious underflows (bug 28358) | Joseph Myers | 1 | -0/+30 |
2021-04-07 | Improve the accuracy of tgamma (BZ #26983) | Paul Zimmermann | 1 | -1/+5 |
2021-04-02 | Fix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, #14470, #14471, #14472] | Paul Zimmermann | 1 | -3/+17 |
2021-02-27 | Add inputs that generate larger error bounds | Paul Zimmermann | 1 | -0/+48 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
2020-12-21 | add inputs to auto-libm-test-in yielding larger errors (binary64, x86_64) | Paul Zimmermann | 1 | -0/+16 |
2020-08-07 | math: Fix inaccuracy of j0f for x >= 2^127 when sin(x)+cos(x) is tiny | Paul Zimmermann | 1 | -0/+2 |
2020-04-07 | powerpc: Update ULPs and xfail more ibm128 outputs | Tulio Magno Quites Machado Filho | 1 | -2/+2 |
2020-03-31 | math: Add inputs that yield larger errors for float type (x86_64) | Paul Zimmermann | 1 | -0/+24 |
2020-03-19 | math: Remove inline math tests | Adhemerval Zanella | 1 | -62/+62 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 1 | -1/+1 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2018-12-11 | Fix powf overflow handling in non-nearest rounding mode [BZ #23961] | Szabolcs Nagy | 1 | -0/+2 |
2018-05-17 | Add narrowing divide functions. | Joseph Myers | 1 | -0/+74 |
2018-05-16 | Add narrowing multiply functions. | Joseph Myers | 1 | -0/+48 |
2018-03-20 | Add narrowing subtract functions. | Joseph Myers | 1 | -0/+95 |
2018-02-10 | Add narrowing add functions. | Joseph Myers | 1 | -0/+95 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2017-03-16 | XFAIL catan and catanh tests on ibm128 | Tulio Magno Quites Machado Filho | 1 | -8/+8 |
2017-03-15 | Improve float range reduction accuracy near pi/2 (bug 21094). | Joseph Myers | 1 | -0/+4 |
2017-02-17 | Move tests of catan, catanh to auto-libm-test-*. | Joseph Myers | 1 | -0/+836 |
2017-02-17 | Move tests of casin, casinh to auto-libm-test-*. | Joseph Myers | 1 | -0/+1174 |
2017-02-17 | Move tests of cacos, cacosh to auto-libm-test-*. | Joseph Myers | 1 | -0/+1169 |
2017-02-09 | Move more csin, csinh tests to auto-libm-test-in. | Joseph Myers | 1 | -0/+6 |
2017-02-07 | Fix powf inaccuracy (bug 21112). | Joseph Myers | 1 | -0/+1 |
2017-01-09 | Improve libm-test XFAILing for ibm128-libgcc. | Joseph Myers | 1 | -188/+188 |
2017-01-04 | Update libm-test XFAILs for ibm128 format. | Joseph Myers | 1 | -213/+198 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2016-07-18 | Fix cos computation for multiple precision fallback (bz #20357) | Siddhesh Poyarekar | 1 | -0/+3 |