Age | Commit message (Expand) | Author | Files | Lines |
2016-06-27 | Avoid "inexact" exceptions in i386/x86_64 trunc functions (bug 15479). | Joseph Myers | 3 | -18/+21 |
2016-06-27 | Avoid "inexact" exceptions in i386/x86_64 floor functions (bug 15479). | Joseph Myers | 3 | -18/+23 |
2016-06-27 | Avoid "inexact" exceptions in i386/x86_64 ceil functions (bug 15479). | Joseph Myers | 3 | -18/+23 |
2016-06-23 | Fix i386/x86_64 scalbl with sNaN input (bug 20296). | Joseph Myers | 1 | -13/+3 |
2016-06-22 | Simplify x86 nearbyint functions. | Joseph Myers | 3 | -12/+0 |
2016-06-14 | Fix i386 fdim double rounding (bug 20255). | Joseph Myers | 1 | -0/+50 |
2016-06-14 | Use generic fdim on more architectures (bug 6796, bug 20255, bug 20256). | Joseph Myers | 3 | -153/+0 |
2016-06-13 | Fix frexp (NaN) (bug 20250). | Joseph Myers | 1 | -1/+8 |
2016-06-09 | Fix i386/x86_64 log2l (sNaN) (bug 20235). | Joseph Myers | 1 | -0/+1 |
2016-06-08 | Fix i386/x86_64 log1pl (sNaN) (bug 20229). | Joseph Myers | 1 | -0/+1 |
2016-06-08 | Fix i386/x86_64 log10l (sNaN) (bug 20228). | Joseph Myers | 1 | -0/+1 |
2016-06-08 | Fix i386/x86_64 logl (sNaN) (bug 20227). | Joseph Myers | 1 | -0/+1 |
2016-06-08 | Fix i386/x86_64 expl, exp10l, expm1l for sNaN input (bug 20226). | Joseph Myers | 1 | -2/+5 |
2016-06-08 | Fix i386 cbrtl (sNaN) (bug 20224). | Joseph Myers | 1 | -0/+1 |
2016-06-07 | Fix i386 atanhl (sNaN) (bug 20219). | Joseph Myers | 1 | -0/+1 |
2016-06-07 | Fix i386 asinhl (sNaN) (bug 20218). | Joseph Myers | 1 | -0/+1 |
2016-06-03 | Fix x86/x86_64 nextafterl incrementing negative subnormals (bug 20205). | Joseph Myers | 1 | -1/+1 |
2016-03-24 | Fix x86_64 / x86 powl inaccuracy for integer exponents (bug 19848). | Joseph Myers | 1 | -5/+5 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 57 | -57/+57 |
2015-12-20 | i386: move ULPs to i686/multiarch and regenerate new ones for i386 | Aurelien Jarno | 1 | -56/+70 |
2015-11-20 | Fix math_private.h multiple include guards. | Joseph Myers | 1 | -1/+2 |
2015-11-05 | Fix i386/x86_64 log* (1) zero sign for -ffinite-math-only (bug 19213). | Joseph Myers | 3 | -3/+21 |
2015-11-04 | Add more libm tests (scalb*, signbit, sin, sincos, sinh, sqrt, tan, tanh, tga... | Joseph Myers | 1 | -4/+5 |
2015-11-02 | Make nextafter, nexttoward set errno (bug 6799). | Joseph Myers | 3 | -0/+9 |
2015-10-28 | Handle more state in i386/x86_64 fesetenv (bug 16068). | Joseph Myers | 1 | -10/+30 |
2015-10-28 | Fix i386/x86_64 fesetenv SSE exception clearing (bug 19181). | Joseph Myers | 1 | -0/+4 |
2015-10-22 | Fix i386 / x86_64 nearbyint exception clearing (bug 15491). | Joseph Myers | 3 | -42/+30 |
2015-10-02 | Fix nexttoward overflow in non-default rounding modes (bug 19059). | Joseph Myers | 2 | -4/+4 |
2015-09-30 | Fix i386 acosh (-qNaN) spurious "invalid" exception. | Joseph Myers | 2 | -4/+6 |
2015-09-28 | Fix clog, clog10 inaccuracy (bug 19016). | Joseph Myers | 1 | -40/+40 |
2015-09-25 | Fix pow missing underflows (bug 18825). | Joseph Myers | 4 | -5/+68 |
2015-09-24 | Fix hypot missing underflows (bug 18803). | Joseph Myers | 1 | -1/+12 |
2015-09-24 | Use LOAD_PIC_REG in i386 atanh. | Joseph Myers | 1 | -5/+1 |
2015-09-24 | Refactor i386 libm code forcing underflow exceptions. | Joseph Myers | 16 | -316/+244 |
2015-09-23 | Use math_narrow_eval more consistently. | Joseph Myers | 2 | -8/+2 |
2015-09-18 | Avoid excess range in results from i386 exp, hypot, pow functions (bug 18980). | Joseph Myers | 12 | -278/+244 |
2015-09-18 | Avoid excess range in results from i386 scalb functions (bug 18981). | Joseph Myers | 5 | -0/+47 |
2015-09-16 | Make scalbn set errno (bug 6803). | Joseph Myers | 3 | -3/+0 |
2015-09-15 | Fix i386 exp10 missing underflows (bug 18966). | Joseph Myers | 2 | -2/+66 |
2015-09-14 | Fix i386 exp missing underflows (bug 18961). | Joseph Myers | 2 | -4/+102 |
2015-09-14 | Fix exp2 missing underflows (bug 16521). | Joseph Myers | 3 | -3/+94 |
2015-09-12 | Add more random libm test inputs (mainly for ldbl-128). | Joseph Myers | 1 | -2/+2 |
2015-09-11 | Add more randomly-generated libm tests. | Joseph Myers | 1 | -6/+6 |
2015-09-10 | Fix lgamma (negative) inaccuracy (bug 2542, bug 2543, bug 2558). | Joseph Myers | 1 | -48/+48 |
2015-08-19 | Fix csqrt missing underflows (bug 18370). | Joseph Myers | 1 | -0/+4 |
2015-08-13 | Add more random libm-test inputs. | Joseph Myers | 1 | -43/+77 |
2015-08-13 | Fix tanh missing underflows (bug 16520). | Joseph Myers | 1 | -0/+4 |
2015-08-11 | Add more tests of various libm functions. | Joseph Myers | 1 | -36/+94 |
2015-08-10 | Fix ldbl-128ibm tanhl inaccuracy (bug 18790). | Joseph Myers | 1 | -1/+1 |
2015-08-10 | Fix ldbl-128ibm sinhl inaccuracy near 0 (bug 18789). | Joseph Myers | 1 | -0/+2 |