Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-19 | Fix clog overflow/underflow (bug 13629). | Joseph Myers | 1 | -0/+60 | |
2012-03-19 | Optimize private 387 fenv access; share code between i386 and x86_64. | Richard Henderson | 2 | -44/+306 | |
2012-03-19 | i386/x86_64: Optimize feholdexcept. | Richard Henderson | 1 | -15/+4 | |
2012-03-19 | i386: Convert libc_{feholdexcept_setround,updateenv}_53bit to functions. | Richard Henderson | 1 | -29/+29 | |
Also fix a bug in libc_feupdateenv_53bit: don't force the rounding precision back to _FPU_EXTENDED, instead restore the precision that the user had in effect beforehand. | |||||
2012-03-16 | Disable Bessel function TLOSS errors in POSIX mode. | Joseph Myers | 1 | -2/+39 | |
2012-03-16 | Fix tan, tanl for large inputs. | Joseph Myers | 4 | -113/+18 | |
2012-03-16 | Implement ldbl-96 sinl / cosl / sincosl (bug 13851). | Joseph Myers | 6 | -188/+33 | |
2012-03-15 | Update | Andreas Jaeger | 1 | -4/+4 | |
2012-03-15 | * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the | Andreas Jaeger | 2 | -59/+14 | |
ieee754/flt-32 implementation for tan. * math/libm-test.inc (tan_test): Add tests for large input. * sysdeps/i386/fpu/libm-test-ulps: Update. | |||||
2012-03-15 | [BZ #13852] | Andreas Jaeger | 6 | -180/+47 | |
* sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the ieee754/flt-32 implementation. * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise. * sysdeps/i386/fpu/s_cosf.S: Likewise. * sysdeps/i386/fpu/s_sincosf.S: Likewise. * sysdeps/i386/fpu/s_sinf.S: Likewise. * math/libm-test.inc (cos_test): Enable some large input tests for float as well (sin_test): Likewise. (sincos_test): Likewise. * sysdeps/i386/fpu/libm-test-ulps: Update. | |||||
2012-03-15 | Cleanup formatting. | Andreas Jaeger | 1 | -5/+5 | |
2012-03-14 | Update ULPs. | Andreas Jaeger | 1 | -8/+8 | |
2012-03-14 | Implement and use libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit | Andreas Jaeger | 1 | -0/+29 | |
so that double arithmetic in s_sin is done in 53 bit (without extend i386 double precision) | |||||
2012-03-14 | Remove files so that i386 uses the iee754/dbl-64 sin and cos implementation. | Andreas Jaeger | 7 | -176/+0 | |
2012-03-14 | Fix csqrt overflow/underflow (bug 13841). | Joseph Myers | 1 | -0/+24 | |
2012-03-10 | Replace FSF snail mail address with URL in miscellaneous files. | Paul Eggert | 2 | -6/+4 | |
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 | 6 | -8/+8 | |
Entire tree edited via find | grep | sed. | |||||
2012-03-07 | Fix sysdeps/i386/configure.in cpuid.h test for bootstrapping. | Joseph Myers | 2 | -481/+4 | |
2012-03-07 | Fix signs of zeros from casinh, cacosh etc. (bug 10716). | Joseph Myers | 1 | -0/+286 | |
2012-03-05 | * sysdeps/i386/fpu/libm-test-ulps: Update. | Andreas Jaeger | 1 | -0/+17 | |
2012-03-05 | Fix pow in non-default rounding modes (bug 3976). | Joseph Myers | 1 | -0/+60 | |
2012-03-05 | Test cosh, sinh in non-default rounding modes (bug 3976). | Joseph Myers | 1 | -0/+127 | |
2012-03-03 | Remove oldish __GNUC_PREREQ. | Marek Polacek | 1 | -32/+4 | |
2012-03-02 | Fix sin, cos, tan in non-default rounding modes (bug 3976). | Joseph Myers | 1 | -0/+483 | |
2012-03-02 | Fix exp in non-default rounding modes (bug 3976). | Joseph Myers | 1 | -0/+67 | |
2012-03-01 | Improve erfc accuracy. | Joseph Myers | 1 | -0/+11 | |
2012-02-29 | Fix x86 strcasecmp_l (bug 13786). | Joseph Myers | 3 | -1/+6 | |
2012-02-29 | Add test for bug 5794 (incorrect expm1 overflow). | Joseph Myers | 1 | -0/+3 | |
2012-02-29 | Reduce large expected errors from libm tests on x86 and x86_64. | Joseph Myers | 1 | -25/+14 | |
2012-02-20 | Resort ULPs files with gen-libm-test.pl -n in C locale. | Joseph Myers | 1 | -22/+22 | |
2012-02-10 | Fix x86 PLT slot usage for feraiseexcept. | Thomas Schwinge | 1 | -2/+2 | |
Then we're elf/check-localplt.out-clean again. | |||||
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 238 | -714/+476 | |
2012-02-08 | Reduce ldouble ULPs for jn tests on x86 | Andreas Schwab | 1 | -18/+16 | |
2012-02-08 | Support crti.S and crtn.S provided directly by architectures. | Joseph Myers | 4 | -10/+133 | |
2012-02-07 | Remove __ELF__ conditionals | Marek Polacek | 41 | -201/+50 | |
2012-02-06 | Undefine and redefine __i686 for assembly code. | Joseph Myers | 1 | -1/+7 | |
2012-02-06 | Match x86 PIC thunk names to compiler version. | Joseph Myers | 1 | -3/+16 | |
2012-02-05 | Use macro for PIC setup in inline asm. | Joseph Myers | 1 | -0/+20 | |
2012-02-03 | Use macros for x86 PIC thunk names. | Joseph Myers | 1 | -8/+14 | |
2012-02-03 | Consistently use macros for x86 PIC thunks. | Joseph Myers | 42 | -429/+105 | |
2012-01-28 | Use -msse2avx option for x86-64 libm functions | Ulrich Drepper | 2 | -0/+34 | |
2012-01-27 | Remove __STDC__ conditionals from libm. | Joseph Myers | 5 | -32/+5 | |
2012-01-26 | Remove __STDC__ conditionals from non-installed headers. | Joseph Myers | 1 | -10/+2 | |
2012-01-08 | More fallout from supporting only ELF | Ulrich Drepper | 1 | -6/+0 | |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper | 2 | -115/+116 | |
No more __const. | |||||
2012-01-07 | Remove non-ELF support | Ulrich Drepper | 2 | -21/+3 | |
2011-12-23 | Prevent warnings due to long long constants | Ulrich Drepper | 1 | -10/+10 | |
2011-12-23 | Optimize x86-32 feraiseexcept also for !__SSE_MATH__ | Ulrich Drepper | 1 | -1/+11 | |
2011-12-23 | Fix wrong copying processing for last bytes in x86-32 wcscpy | Liubov Dmitrieva | 1 | -41/+21 | |
Wrong copy algorithm for last bytes, not thread safety. In some particular cases it uses the destination memory beyond the string end for 16-byte load, puts changes into that part that is relevant to destination string and writes whole 16-byte chunk into memory. I have a test case where the memory beyond the string end contains malloc/free data, that appear corrupted in case free() updates it in between the 16-byte read and 16-byte write. |