aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386
AgeCommit message (Expand)Author
2012-05-03Update sysdeps/i386/fpu/libm-test-ulpsAndreas Jaeger
2012-05-01Fix nexttoward bugs (bugs 2550, 2570).Joseph Myers
2012-04-30Fix x86 acos near 1 (bug 13942).Joseph Myers
2012-04-30Fix acos (-1) in round-downwards mode on x86 (bug 14034).Joseph Myers
2012-04-18Remove useless __ilogb*_finite aliasesAndreas Schwab
2012-04-17Fix ilogb exception and errno (bug 6794)Adhemerval Zanella
2012-04-16Reverse arguments of fdivp in i386 code.Marek Polacek
2012-04-09Fix spurious overflow exceptions from x86/x86_64 powl (bug 13872).Joseph Myers
2012-04-09Fix ctan, ctanh overflow (bug 11521).Joseph Myers
2012-04-09Fix missing clobber in i386 __sincos_code asm.Roland McGrath
2012-04-09Fix x86 pow inaccuracy for large integer exponents (bug 706).Joseph Myers
2012-04-08memset: also update copyright yearsMike Frysinger
2012-04-07memset: fix define usage for shared libsMike Frysinger
2012-04-06Add byteswap-16.h for __bswap_16H.J. Lu
2012-04-03Add __bswap_64 definition for non GCC compilers.Andreas Jaeger
2012-04-02Call __ctype_init in early glibc startup.Thomas Schwinge
2012-03-30optimize the following memcpy: sysdeps/i386/i686/multiarch/memcpy-ssse3.SLiubov Dmitrieva
2012-03-28Fix pow of negative numbers to integer exponents (bugs 369, 2678, 3866).Joseph Myers
2012-03-27RegenerateAndreas Jaeger
2012-03-27Merge branch 'elf-move'Andreas Jaeger
2012-03-22Fix cexp overflow (bug 13892).Joseph Myers
2012-03-21Use autoconf macro for testing compiler options with empty input.Joseph Myers
2012-03-21Remove inaccurate x86 cexp implementations (bug 13883).Joseph Myers
2012-03-21Fix pow of zero and infinity to large powers.Joseph Myers
2012-03-20Move stdio-common/_itoa.h to sysdeps/genericH.J. Lu
2012-03-20Merge branch 'master' into elf-moveAndreas Jaeger
2012-03-19Fix clog overflow/underflow (bug 13629).Joseph Myers
2012-03-19Merge sysdeps/i386/elf/Versions into sysdeps/i386/Versions.Andreas Jaeger
2012-03-19Optimize private 387 fenv access; share code between i386 and x86_64.Richard Henderson
2012-03-19i386/x86_64: Optimize feholdexcept.Richard Henderson
2012-03-19i386: Convert libc_{feholdexcept_setround,updateenv}_53bit to functions.Richard Henderson
2012-03-16Disable Bessel function TLOSS errors in POSIX mode.Joseph Myers
2012-03-16Fix tan, tanl for large inputs.Joseph Myers
2012-03-16Implement ldbl-96 sinl / cosl / sincosl (bug 13851).Joseph Myers
2012-03-15UpdateAndreas Jaeger
2012-03-15* sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses theAndreas Jaeger
2012-03-15 [BZ #13852]Andreas Jaeger
2012-03-15Cleanup formatting.Andreas Jaeger
2012-03-14Update ULPs.Andreas Jaeger
2012-03-14Implement and use libc_feholdexcept_setround_53bit and libc_feupdateenv_53bitAndreas Jaeger
2012-03-14Remove files so that i386 uses the iee754/dbl-64 sin and cos implementation.Andreas Jaeger
2012-03-14Fix csqrt overflow/underflow (bug 13841).Joseph Myers
2012-03-10Replace FSF snail mail address with URL in miscellaneous files.Paul Eggert
2012-03-09Use include_next to chain math_private.h headers.Richard Henderson
2012-03-09Use <> for math.h and math_private.h everywhere.Richard Henderson
2012-03-07Fix sysdeps/i386/configure.in cpuid.h test for bootstrapping.Joseph Myers
2012-03-07Fix signs of zeros from casinh, cacosh etc. (bug 10716).Joseph Myers
2012-03-05* sysdeps/i386/fpu/libm-test-ulps: Update.Andreas Jaeger
2012-03-05Fix pow in non-default rounding modes (bug 3976).Joseph Myers
2012-03-05Test cosh, sinh in non-default rounding modes (bug 3976).Joseph Myers