| Commit message (Expand) | Author | Age | Files | Lines |
* | [BZ #13658] | Andreas Jaeger | 2012-03-07 | 1 | -60/+0 |
* | Fix pow in non-default rounding modes (bug 3976). | Joseph Myers | 2012-03-05 | 1 | -0/+48 |
* | Test cosh, sinh in non-default rounding modes (bug 3976). | Joseph Myers | 2012-03-05 | 1 | -0/+136 |
* | Fix sin, cos, tan in non-default rounding modes (bug 3976). | Joseph Myers | 2012-03-02 | 1 | -0/+378 |
* | Fix exp in non-default rounding modes (bug 3976). | Joseph Myers | 2012-03-02 | 1 | -0/+51 |
* | Improve erfc accuracy. | Joseph Myers | 2012-03-01 | 1 | -0/+12 |
* | Add test for bug 5794 (incorrect expm1 overflow). | Joseph Myers | 2012-02-29 | 1 | -0/+5 |
* | Reduce large expected errors from libm tests on x86 and x86_64. | Joseph Myers | 2012-02-29 | 1 | -12/+12 |
* | Optimized expf for x86-64 | Ulrich Drepper | 2012-02-28 | 1 | -0/+340 |
* | Resort ULPs files with gen-libm-test.pl -n in C locale. | Joseph Myers | 2012-02-20 | 1 | -2/+3 |
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 51 | -153/+102 |
* | Reduce ldouble ULPs for jn tests on x86 | Andreas Schwab | 2012-02-08 | 1 | -18/+16 |
* | Remove __ELF__ conditionals | Marek Polacek | 2012-02-07 | 9 | -44/+11 |
* | Fix makefile/configure problems with sse2avx changes. | Joseph Myers | 2012-01-30 | 1 | -1/+1 |
* | Optimize x86-64 math inline header a bit | Ulrich Drepper | 2012-01-28 | 1 | -8/+31 |
* | Use -msse2avx option for x86-64 libm functions | Ulrich Drepper | 2012-01-28 | 8 | -49/+26 |
* | Simplify use of AVX instructions in internal math macros | Ulrich Drepper | 2012-01-28 | 1 | -59/+20 |
* | Really fix AVX tests | Ulrich Drepper | 2012-01-26 | 6 | -7/+11 |
* | Remove pre-ISO C support | Ulrich Drepper | 2012-01-07 | 1 | -3/+3 |
* | Use __REDIRECT_NTH for __feraiseexcept_renamed | Ulrich Drepper | 2011-12-22 | 1 | -1/+1 |
* | Define x86_64 feraiseexcept inline only under __USE_EXTERN_INLINES. | Rafael Ávila de Espíndola | 2011-12-21 | 1 | -1/+1 |
* | Fix more warnings | Ulrich Drepper | 2011-12-03 | 2 | -11/+0 |
* | Remove code without too much effects | Ulrich Drepper | 2011-10-28 | 15 | -113/+5 |
* | Add AVX optimized versions for some x86-64 math functions | Ulrich Drepper | 2011-10-25 | 27 | -20/+276 |
* | Use VEX encoding in inline math functions on x86-64 when possible | Ulrich Drepper | 2011-10-25 | 1 | -48/+138 |
* | Cleanup FMA4 patch | Ulrich Drepper | 2011-10-25 | 22 | -1/+26 |
* | Better DLA_FMS | Ulrich Drepper | 2011-10-24 | 1 | -0/+17 |
* | Optimize accurate 64-bit routines for FMA4 on x86-64 | Ulrich Drepper | 2011-10-24 | 31 | -0/+328 |
* | Fix typo in last change | Ulrich Drepper | 2011-10-22 | 1 | -1/+1 |
* | Update ULPs for x86-64 | Ulrich Drepper | 2011-10-22 | 1 | -4/+12 |
* | Don't use NULL in last s_fma{,f} change | Ulrich Drepper | 2011-10-21 | 2 | -2/+2 |
* | Check for FMA4 support and generate appropriate fma functions | Ulrich Drepper | 2011-10-20 | 2 | -6/+38 |
* | Move fma routines to right place | Ulrich Drepper | 2011-10-20 | 2 | -0/+85 |
* | Fix PLT use for feraiseexcept on x86_64 | Andreas Schwab | 2011-10-19 | 1 | -1/+1 |
* | Use new internal libc_fe* interfaces in more functions | Ulrich Drepper | 2011-10-18 | 1 | -5/+30 |
* | Provide combined internal feholdexcept/fesetround interface | Ulrich Drepper | 2011-10-18 | 1 | -1/+13 |
* | Pretty print last change to x86-64 mathinline.h | Ulrich Drepper | 2011-10-18 | 1 | -2/+2 |
* | Add optimized nearbyint{,f} for x86-64 | Ulrich Drepper | 2011-10-18 | 6 | -1/+105 |
* | Start optimizing the use of the fenv interfaces in libm itself | Ulrich Drepper | 2011-10-18 | 1 | -0/+42 |
* | Fix last change | Andreas Schwab | 2011-10-18 | 1 | -2/+3 |
* | Fix linkage conflict with feraiseexcept | Andreas Schwab | 2011-10-18 | 1 | -6/+10 |
* | Relax asm requirements for recently added x86-64 math interfaces | Ulrich Drepper | 2011-10-17 | 2 | -10/+10 |
* | Makr x86-64 math_private.h more robust | Ulrich Drepper | 2011-10-17 | 1 | -10/+10 |
* | Provide internal optimizations on x86-64 with SSE4.1 | Ulrich Drepper | 2011-10-17 | 6 | -12/+51 |
* | Fix last x86-64 mathinline change | Ulrich Drepper | 2011-10-17 | 1 | -2/+2 |
* | Use rounds{s,d} for x86 rint, ceil, floor | Ulrich Drepper | 2011-10-16 | 14 | -10/+335 |
* | Fix lost feraiseexcept symbol | Andreas Schwab | 2011-10-14 | 1 | -1/+2 |
* | Fix PLT use in feupdateenv on x86_64 | Andreas Schwab | 2011-10-13 | 2 | -5/+5 |
* | Optimize libm | Ulrich Drepper | 2011-10-12 | 13 | -47/+152 |
* | Optimize use of isnan, isinf, finite | Ulrich Drepper | 2011-10-08 | 1 | -0/+21 |