Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-16 | Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). | Ryan S. Arnold | 4 | -3/+4 | |
2013-05-08 | Update powerpc libm-test ULPs | Adhemerval Zanella | 1 | -6/+440 | |
2013-05-06 | PowerPC: fix hypot/hypof FP exceptions | Adhemerval Zanella | 2 | -16/+14 | |
This patch fixes hypot/hypotf spurious floating-point exceptions generate by internal operations. | |||||
2013-05-03 | Update powerpc libm-test ULPs | Adhemerval Zanella | 1 | -0/+96 | |
2013-04-30 | Update powerpc libm-test ULPs | Adhemerval Zanella | 1 | -2/+414 | |
2013-04-29 | Update powerpc libm-test ULPs | Adhemerval Zanella | 1 | -27/+3318 | |
2013-03-28 | Fix e_logl (128ibm) spurious underflow | Adhemerval Zanella | 1 | -0/+6 | |
2013-03-26 | PowerPC: fix libm ABI issue for llroundl | Adhemerval Zanella | 1 | -0/+4 | |
2013-03-21 | PowerPC: fix sqrtl ABI issue | Adhemerval Zanella | 1 | -0/+4 | |
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 | 2 | -337/+0 | |
2013-03-15 | Use GCC's builtins for generating NaNs. | Thomas Schwinge | 1 | -55/+9 | |
2013-03-15 | Better distinguish between NaN/qNaN/sNaN. | Thomas Schwinge | 2 | -48/+48 | |
2013-03-08 | PowerPC: unify math_ldbl.h implementations | Adhemerval Zanella | 1 | -162/+9 | |
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 | 3 | -271/+0 | |
2013-02-14 | Remove bp-sym.h and BP_SYM uses from C code. | Joseph Myers | 6 | -18/+12 | |
2013-01-17 | Adapt installed powerpc headers better for soft-float / no-FPRs. | Joseph Myers | 3 | -19/+33 | |
2013-01-09 | Update powerpc ULPs | Siddhesh Poyarekar | 1 | -36/+56 | |
2013-01-07 | Fix spelling errors in sysdeps/powerpc files. | Anton Blanchard | 3 | -4/+4 | |
2013-01-04 | Fix warnings in test-powerpc-snan.c | Andreas Schwab | 1 | -3/+2 | |
2013-01-04 | Update powerpc libm ULPs | Andreas Schwab | 1 | -0/+5 | |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 49 | -54/+49 | |
2012-11-23 | Update powerpc libm-test ULPs | Andreas Schwab | 1 | -0/+41 | |
2012-11-03 | Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796). | Joseph Myers | 1 | -1/+2 | |
2012-10-31 | Update powerpc libm ULPs | Andreas Schwab | 1 | -20/+420 | |
2012-07-11 | Fix ctan, ctanh of subnormals in round-upwards mode (bug 14328). | Adhemerval Zanella | 1 | -1/+274 | |
IBM long double fixes and POWER ulps update. | |||||
2012-07-06 | Fix float range reduction problems (#14283) | Andreas Schwab | 1 | -2/+2 | |
2012-06-01 | PowerPC: Fix for POWER7 sinf/cosf | Adhemerval Zanella | 2 | -4/+6 | |
This patch fixes some sinf/cosf calculations that generated unexpected underflows exceptions. | |||||
2012-06-01 | Sort sysdeps/powerpc/fpu/libm-test-ulps | Andreas Schwab | 1 | -166/+163 | |
2012-05-24 | Don't include exceptions in libm-test-ulps test names. | Joseph Myers | 1 | -5/+5 | |
2012-05-21 | PowerPC: ULPs update | Adhemerval Zanella | 1 | -12/+46 | |
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 | 1 | -0/+156 | |
2012-05-04 | Fix for ldbl-128ibm acosl/asinl inaccuracies | Adhemerval Zanella | 1 | -0/+151 | |
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 | 1 | -7/+70 | |
2012-04-24 | Correct powerpc64 s_floorl edge cases (bug 13886). | Adhemerval Zanella | 1 | -0/+13 | |
[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 | 1 | -2/+24 | |
2012-03-21 | Update powerpc libm-test ULPs | Andreas Schwab | 1 | -2/+82 | |
2012-03-18 | Update powerpc libm test ULPs | Andreas Schwab | 1 | -2/+43 | |
2012-03-15 | Use double precision instead of scaling for powerpc __ieee754_hypotf | Andreas Schwab | 2 | -40/+9 | |
2012-03-15 | Update powerpc libm ULPs | Andreas Schwab | 1 | -5/+47 | |
2012-03-10 | Update powerpc libm ULPs | Andreas Schwab | 1 | -4/+364 | |
2012-03-09 | Use include_next to chain math_private.h headers. | Richard Henderson | 1 | -1/+1 | |
2012-03-09 | Use <> for math.h and math_private.h everywhere. | Richard Henderson | 14 | -22/+22 | |
Entire tree edited via find | grep | sed. | |||||
2012-03-09 | powerpc: Convert __ieee754_sqrt{,f} from macros to inlines. | Richard Henderson | 1 | -70/+36 | |
2012-03-05 | Update powerpc libm ULPs | Andreas Schwab | 1 | -0/+170 | |
2012-03-04 | Update powerpc libm ULPs | Andreas Schwab | 1 | -19/+511 | |
2012-03-01 | Improve erfc accuracy. | Joseph Myers | 1 | -0/+9 | |
2012-02-20 | Resort ULPs files with gen-libm-test.pl -n in C locale. | Joseph Myers | 1 | -7/+4 | |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 49 | -148/+98 | |
2012-02-07 | Adjust libm test ULPs for powerpc | Andreas Schwab | 1 | -2/+16 | |
2012-01-27 | Remove __STDC__ conditionals from libm. | Joseph Myers | 2 | -14/+2 | |