Age | Commit message (Expand) | Author | Files | Lines |
2012-03-19 | Fix clog overflow/underflow (bug 13629). | Joseph Myers | 1 | -0/+67 |
2012-03-19 | Optimize private 387 fenv access; share code between i386 and x86_64. | Richard Henderson | 1 | -119/+1 |
2012-03-19 | i386/x86_64: Optimize feholdexcept. | Richard Henderson | 1 | -14/+7 |
2012-03-19 | Create and use libc_feupdateenv_test. | Richard Henderson | 1 | -4/+24 |
2012-03-19 | Create and use SET_RESTORE_ROUND{,_NOEX,_53BIT}{,F,L}. | Richard Henderson | 1 | -0/+23 |
2012-03-19 | Convert libc_feholdexcept et al from macros to inline functions. | Richard Henderson | 1 | -57/+57 |
2012-03-19 | Make inline __isnan, __isinf_ns, __finite generic. | Richard Henderson | 1 | -27/+1 |
2012-03-16 | Define x86-64 ffsl alias only if __LP64__ is defined | H.J. Lu | 1 | -1/+3 |
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 | 3 | -46/+28 |
2012-03-16 | * sysdeps/x86_64/elf/start.S: Include <sysdep.h>. | Jan Kratochvil | 1 | -1/+6 |
2012-03-16 | Implement ldbl-96 sinl / cosl / sincosl (bug 13851). | Joseph Myers | 7 | -158/+40 |
2012-03-14 | Merge branch 'master' into bug13658-branch | Andreas Jaeger | 4 | -77/+418 |
2012-03-14 | Fix csqrt overflow/underflow (bug 13841). | Joseph Myers | 1 | -0/+39 |
2012-03-10 | Replace FSF snail mail address with URL in miscellaneous files. | Paul Eggert | 1 | -3/+2 |
2012-03-09 | Use include_next to chain math_private.h headers. | Richard Henderson | 1 | -1/+1 |
2012-03-09 | x86_64: Convert __rint* and __floor* from macros to inlines. | Richard Henderson | 1 | -49/+43 |
2012-03-09 | x86_64: Convert __ieee754_sqrt{,f,l} from macros to inlines. | Richard Henderson | 1 | -22/+32 |
2012-03-07 | Fix signs of zeros from casinh, cacosh etc. (bug 10716). | Joseph Myers | 1 | -0/+298 |
2012-03-07 | [BZ #13658] | Andreas Jaeger | 1 | -60/+0 |
2012-03-06 | Fix up long double fphex. | Marek Polacek | 1 | -1/+2 |
2012-03-05 | Fix pow in non-default rounding modes (bug 3976). | Joseph Myers | 1 | -0/+48 |
2012-03-05 | Test cosh, sinh in non-default rounding modes (bug 3976). | Joseph Myers | 1 | -0/+136 |
2012-03-03 | Remove oldish __GNUC_PREREQ. | Marek Polacek | 1 | -40/+4 |
2012-03-02 | Fix sin, cos, tan in non-default rounding modes (bug 3976). | Joseph Myers | 1 | -0/+378 |
2012-03-02 | Fix exp in non-default rounding modes (bug 3976). | Joseph Myers | 1 | -0/+51 |
2012-03-01 | Improve erfc accuracy. | Joseph Myers | 1 | -0/+12 |
2012-02-29 | Add test for bug 5794 (incorrect expm1 overflow). | Joseph Myers | 1 | -0/+5 |
2012-02-29 | Reduce large expected errors from libm tests on x86 and x86_64. | Joseph Myers | 1 | -12/+12 |
2012-02-28 | Optimized expf for x86-64 | Ulrich Drepper | 1 | -0/+340 |
2012-02-20 | Resort ULPs files with gen-libm-test.pl -n in C locale. | Joseph Myers | 1 | -2/+3 |
2012-02-14 | Provide crt[in].S for x86-64. | Marek Polacek | 2 | -70/+88 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 173 | -520/+346 |
2012-02-08 | Reduce ldouble ULPs for jn tests on x86 | Andreas Schwab | 1 | -18/+16 |
2012-02-07 | Remove __ELF__ conditionals | Marek Polacek | 9 | -44/+11 |
2012-01-30 | Fix makefile/configure problems with sse2avx changes. | Joseph Myers | 1 | -1/+1 |
2012-01-28 | Optimize x86-64 math inline header a bit | Ulrich Drepper | 1 | -8/+31 |
2012-01-28 | Use -msse2avx option for x86-64 libm functions | Ulrich Drepper | 8 | -49/+26 |
2012-01-28 | Simplify use of AVX instructions in internal math macros | Ulrich Drepper | 1 | -59/+20 |
2012-01-26 | Really fix AVX tests | Ulrich Drepper | 8 | -27/+31 |
2012-01-26 | Reset bit_AVX in __cpu_features is OS support is missing | Ulrich Drepper | 2 | -2/+15 |
2012-01-08 | More fallout from supporting only ELF | Ulrich Drepper | 1 | -6/+0 |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper | 3 | -5/+5 |
2012-01-07 | Remove non-ELF support | Ulrich Drepper | 1 | -16/+2 |
2012-01-07 | Fix up a comment | Ulrich Drepper | 1 | -1/+1 |
2012-01-07 | Yet more ia64 removal fallout | Ulrich Drepper | 1 | -1/+133 |
2011-12-23 | Fix typos in comments | Marek Polacek | 1 | -4/+4 |
2011-12-23 | Prevent warnings due to long long constants | Ulrich Drepper | 1 | -9/+9 |
2011-12-23 | Fix overrun in destination buffer | Liubov Dmitrieva | 2 | -508/+323 |
2011-12-22 | Use __REDIRECT_NTH for __feraiseexcept_renamed | Ulrich Drepper | 1 | -1/+1 |