| Commit message (Expand) | Author | Age | Files | Lines |
* | * sysdeps/i386/fpu/libm-test-ulps: Update. | Andreas Jaeger | 2012-03-05 | 1 | -0/+17 |
* | Fix pow in non-default rounding modes (bug 3976). | Joseph Myers | 2012-03-05 | 1 | -0/+60 |
* | Test cosh, sinh in non-default rounding modes (bug 3976). | Joseph Myers | 2012-03-05 | 1 | -0/+127 |
* | Fix sin, cos, tan in non-default rounding modes (bug 3976). | Joseph Myers | 2012-03-02 | 1 | -0/+483 |
* | Fix exp in non-default rounding modes (bug 3976). | Joseph Myers | 2012-03-02 | 1 | -0/+67 |
* | Improve erfc accuracy. | Joseph Myers | 2012-03-01 | 1 | -0/+11 |
* | Add test for bug 5794 (incorrect expm1 overflow). | Joseph Myers | 2012-02-29 | 1 | -0/+3 |
* | Reduce large expected errors from libm tests on x86 and x86_64. | Joseph Myers | 2012-02-29 | 1 | -25/+14 |
* | Resort ULPs files with gen-libm-test.pl -n in C locale. | Joseph Myers | 2012-02-20 | 1 | -22/+22 |
* | Fix x86 PLT slot usage for feraiseexcept. | Thomas Schwinge | 2012-02-10 | 1 | -2/+2 |
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 64 | -192/+128 |
* | Reduce ldouble ULPs for jn tests on x86 | Andreas Schwab | 2012-02-08 | 1 | -18/+16 |
* | Remove __ELF__ conditionals | Marek Polacek | 2012-02-07 | 39 | -192/+48 |
* | Remove __STDC__ conditionals from libm. | Joseph Myers | 2012-01-27 | 5 | -32/+5 |
* | Remove pre-ISO C support | Ulrich Drepper | 2012-01-07 | 1 | -2/+2 |
* | Optimize x86-32 feraiseexcept also for !__SSE_MATH__ | Ulrich Drepper | 2011-12-23 | 1 | -1/+11 |
* | Add feraiseexcept optimization for x86-32 | Ulrich Drepper | 2011-12-22 | 1 | -1/+39 |
* | Also retrieve SSE exceptions in x86-32 fegetexceptflag | Ulrich Drepper | 2011-12-22 | 1 | -4/+18 |
* | Make math_force_eval accept non-addressable arguments | Andreas Schwab | 2011-10-26 | 1 | -3/+4 |
* | Optimize exp | Ulrich Drepper | 2011-10-15 | 3 | -3/+34 |
* | Optimize x86-32 log | Ulrich Drepper | 2011-10-14 | 3 | -3/+57 |
* | Optimize libm | Ulrich Drepper | 2011-10-12 | 46 | -149/+179 |
* | Fix jn precision | Petr Baudis | 2011-09-09 | 1 | -4/+50 |
* | Relax libm tests for x86-32. | Ulrich Drepper | 2010-11-30 | 1 | -2/+2 |
* | Implement fmal, some fma bugfixes | Jakub Jelinek | 2010-10-15 | 3 | -94/+0 |
* | Implement accurate fma. | Jakub Jelinek | 2010-10-13 | 1 | -4/+2 |
* | Correct implementation of fmaf. | Jakub Jelinek | 2010-10-11 | 2 | -2/+4 |
* | Avoid PLT call to fegetenv on s390 | Andreas Schwab | 2010-02-09 | 1 | -0/+1 |
* | Correct errno handling in expm1. | Andreas Schwab | 2009-10-19 | 3 | -1/+14 |
* | Define math_errhandling is possible. | Ulrich Drepper | 2009-08-24 | 1 | -1/+5 |
* | * sysdeps/i386/fpu/s_tan.S: Set errno for ±Inf. | Ulrich Drepper | 2009-04-26 | 3 | -5/+78 |
* | * sysdeps/i386/fpu/s_cos.S: Set errno for ±Inf. | Ulrich Drepper | 2009-04-26 | 6 | -10/+156 |
* | * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors. | Ulrich Drepper | 2009-01-09 | 1 | -0/+7 |
* | * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large | Ulrich Drepper | 2008-08-05 | 1 | -1/+6 |
* | * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw. | Ulrich Drepper | 2008-01-22 | 1 | -1/+1 |
* | * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+. | Ulrich Drepper | 2007-09-15 | 1 | -1/+1 |
* | * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use | Ulrich Drepper | 2007-04-16 | 1 | -9/+9 |
* | [BZ #3306] | Ulrich Drepper | 2007-04-16 | 3 | -24/+44 |
* | [BZ #3427] | Ulrich Drepper | 2007-04-16 | 1 | -3/+12 |
* | (feholdexcept): Clear all exceptions in SW. | Ulrich Drepper | 2007-04-16 | 1 | -7/+13 |
* | * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline. | Ulrich Drepper | 2007-03-17 | 1 | -2/+2 |
* | [BZ #3919] | Ulrich Drepper | 2007-03-15 | 3 | -3/+30 |
* | [BZ #4096] | Ulrich Drepper | 2007-03-05 | 3 | -24/+30 |
* | [BZ #3325] | Ulrich Drepper | 2007-02-21 | 3 | -3/+3 |
* | [BZ #3325] | Ulrich Drepper | 2007-02-19 | 3 | -3/+3 |
* | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 2007-01-11 | 10 | -113/+60 |
* | . | Jakub Jelinek | 2007-07-31 | 10 | -60/+113 |
* | [BZ #3465] | Ulrich Drepper | 2006-11-10 | 1 | -14/+16 |
* | [BZ #3451] cvs/fedora-glibc-20061110T2049 cvs/fedora-glibc-20061110T1956 | Ulrich Drepper | 2006-11-10 | 1 | -15/+27 |
* | * math/divtc3.c: New file. | Roland McGrath | 2006-02-01 | 1 | -46/+0 |