Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-30 | Update powerpc libm-test ULPs | Adhemerval Zanella | |
2013-04-29 | Update powerpc libm-test ULPs | Adhemerval Zanella | |
2013-03-28 | Fix e_logl (128ibm) spurious underflow | Adhemerval Zanella | |
2013-03-26 | PowerPC: fix libm ABI issue for llroundl | Adhemerval Zanella | |
2013-03-21 | PowerPC: fix sqrtl ABI issue | Adhemerval Zanella | |
This patch fixes a sqrtl ABI issue when building for powerpc64. | |||
2013-03-15 | Promote a math test for sNaN handling to the top-level. | Thomas Schwinge | |
2013-03-15 | Use GCC's builtins for generating NaNs. | Thomas Schwinge | |
2013-03-15 | Better distinguish between NaN/qNaN/sNaN. | Thomas Schwinge | |
2013-03-08 | PowerPC: unify math_ldbl.h implementations | Adhemerval Zanella | |
This patch removes redudant definition from PowerPC specific math_ldbl, using the definitions from ieee754 math_ldbl.h. | |||
2013-03-01 | Use same installed powerpc headers for hard and soft float. | Joseph Myers | |
2013-02-14 | Remove bp-sym.h and BP_SYM uses from C code. | Joseph Myers | |
2013-01-17 | Adapt installed powerpc headers better for soft-float / no-FPRs. | Joseph Myers | |
2013-01-09 | Update powerpc ULPs | Siddhesh Poyarekar | |
2013-01-07 | Fix spelling errors in sysdeps/powerpc files. | Anton Blanchard | |
2013-01-04 | Fix warnings in test-powerpc-snan.c | Andreas Schwab | |
2013-01-04 | Update powerpc libm ULPs | Andreas Schwab | |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | |
2012-11-23 | Update powerpc libm-test ULPs | Andreas Schwab | |
2012-11-03 | Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796). | Joseph Myers | |
2012-10-31 | Update powerpc libm ULPs | Andreas Schwab | |
2012-07-11 | Fix ctan, ctanh of subnormals in round-upwards mode (bug 14328). | Adhemerval Zanella | |
IBM long double fixes and POWER ulps update. | |||
2012-07-06 | Fix float range reduction problems (#14283) | Andreas Schwab | |
2012-06-01 | PowerPC: Fix for POWER7 sinf/cosf | Adhemerval Zanella | |
This patch fixes some sinf/cosf calculations that generated unexpected underflows exceptions. | |||
2012-06-01 | Sort sysdeps/powerpc/fpu/libm-test-ulps | Andreas Schwab | |
2012-05-24 | Don't include exceptions in libm-test-ulps test names. | Joseph Myers | |
2012-05-21 | PowerPC: ULPs update | Adhemerval Zanella | |
Adjustments for libm ulps added with commit d8b82cad1b525bdcbfff88d218c7c45032e4a3af, 495fd99f3a119e5c0c542ccc6cf9c93b1fb9e892, and 5ba3cc691c856e5c67a7d4cd4713f20a79f7ba81. I also adjusted some exp10 ulps definition that was higher than needed. | |||
2012-05-19 | Update powerpc ULPs for ccos, csin, ccosh, csinh tests. | Adhemerval Zanella | |
2012-05-04 | Fix for ldbl-128ibm acosl/asinl inaccuracies | Adhemerval Zanella | |
2012-05-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com> * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix long double comparison inaccuracies. * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): * Likewise. * sysdeps/powerpc/fpu/libm-test-ulps: Update. | |||
2012-04-26 | Fix ctan, ctanh overflow for ldbl-128ibm (bug 11521). | Adhemerval Zanella | |
2012-04-24 | Correct powerpc64 s_floorl edge cases (bug 13886). | Adhemerval Zanella | |
[BZ #13886] Remove powerpc64/fpu/s_floorl. Use fully correct ldbl-128bim/s_floorl.c. | |||
2012-03-26 | Update powerpc libm test ULPs | Andreas Schwab | |
2012-03-21 | Update powerpc libm-test ULPs | Andreas Schwab | |
2012-03-18 | Update powerpc libm test ULPs | Andreas Schwab | |
2012-03-15 | Use double precision instead of scaling for powerpc __ieee754_hypotf | Andreas Schwab | |
2012-03-15 | Update powerpc libm ULPs | Andreas Schwab | |
2012-03-10 | Update powerpc libm ULPs | Andreas Schwab | |
2012-03-09 | Use include_next to chain math_private.h headers. | Richard Henderson | |
2012-03-09 | Use <> for math.h and math_private.h everywhere. | Richard Henderson | |
Entire tree edited via find | grep | sed. | |||
2012-03-09 | powerpc: Convert __ieee754_sqrt{,f} from macros to inlines. | Richard Henderson | |
2012-03-05 | Update powerpc libm ULPs | Andreas Schwab | |
2012-03-04 | Update powerpc libm ULPs | Andreas Schwab | |
2012-03-01 | Improve erfc accuracy. | Joseph Myers | |
2012-02-20 | Resort ULPs files with gen-libm-test.pl -n in C locale. | Joseph Myers | |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | |
2012-02-07 | Adjust libm test ULPs for powerpc | Andreas Schwab | |
2012-01-27 | Remove __STDC__ conditionals from libm. | Joseph Myers | |
2011-12-06 | Fix a wrong constant in powerpc hypot implementation | Andreas Schwab | |
2011-11-11 | PowerPC: Arithmetic function optimizations for POWER | Adhemerval Zanella | |
2011-10-12 | Optimize libm | Ulrich Drepper | |
libm is now somewhat integrated with gcc's -ffinite-math-only option and lots of the wrapper functions have been optimized. | |||
2011-09-28 | Adjust powerpc libm ULPs | Andreas Schwab | |