aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386
AgeCommit message (Expand)AuthorFilesLines
2012-04-18Remove useless __ilogb*_finite aliasesAndreas Schwab3-3/+0
2012-04-17Fix ilogb exception and errno (bug 6794)Adhemerval Zanella3-9/+24
2012-04-16Reverse arguments of fdivp in i386 code.Marek Polacek1-2/+2
2012-04-09Fix spurious overflow exceptions from x86/x86_64 powl (bug 13872).Joseph Myers1-12/+19
2012-04-09Fix ctan, ctanh overflow (bug 11521).Joseph Myers1-8/+58
2012-04-09Fix missing clobber in i386 __sincos_code asm.Roland McGrath1-7/+7
2012-04-09Fix x86 pow inaccuracy for large integer exponents (bug 706).Joseph Myers1-4/+49
2012-04-08memset: also update copyright yearsMike Frysinger1-1/+1
2012-04-07memset: fix define usage for shared libsMike Frysinger1-1/+1
2012-04-06Add byteswap-16.h for __bswap_16H.J. Lu2-27/+51
2012-04-03Add __bswap_64 definition for non GCC compilers.Andreas Jaeger1-2/+17
2012-04-02Call __ctype_init in early glibc startup.Thomas Schwinge1-1/+5
2012-03-30optimize the following memcpy: sysdeps/i386/i686/multiarch/memcpy-ssse3.SLiubov Dmitrieva1-536/+1449
2012-03-28Fix pow of negative numbers to integer exponents (bugs 369, 2678, 3866).Joseph Myers3-12/+62
2012-03-27RegenerateAndreas Jaeger1-1/+0
2012-03-27Merge branch 'elf-move'Andreas Jaeger7-172/+85
2012-03-22Fix cexp overflow (bug 13892).Joseph Myers1-0/+37
2012-03-21Use autoconf macro for testing compiler options with empty input.Joseph Myers2-36/+30
2012-03-21Remove inaccurate x86 cexp implementations (bug 13883).Joseph Myers4-786/+66
2012-03-21Fix pow of zero and infinity to large powers.Joseph Myers3-32/+103
2012-03-20Move stdio-common/_itoa.h to sysdeps/genericH.J. Lu1-1/+1
2012-03-20Merge branch 'master' into elf-moveAndreas Jaeger1-0/+60
2012-03-19Fix clog overflow/underflow (bug 13629).Joseph Myers1-0/+60
2012-03-19Merge sysdeps/i386/elf/Versions into sysdeps/i386/Versions.Andreas Jaeger6-170/+40
2012-03-19Optimize private 387 fenv access; share code between i386 and x86_64.Richard Henderson2-44/+306
2012-03-19i386/x86_64: Optimize feholdexcept.Richard Henderson1-15/+4
2012-03-19i386: Convert libc_{feholdexcept_setround,updateenv}_53bit to functions.Richard Henderson1-29/+29
2012-03-16Disable Bessel function TLOSS errors in POSIX mode.Joseph Myers1-2/+39
2012-03-16Fix tan, tanl for large inputs.Joseph Myers4-113/+18
2012-03-16Implement ldbl-96 sinl / cosl / sincosl (bug 13851).Joseph Myers6-188/+33
2012-03-15UpdateAndreas Jaeger1-4/+4
2012-03-15* sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses theAndreas Jaeger2-59/+14
2012-03-15 [BZ #13852]Andreas Jaeger6-180/+47
2012-03-15Cleanup formatting.Andreas Jaeger1-5/+5
2012-03-14Update ULPs.Andreas Jaeger1-8/+8
2012-03-14Implement and use libc_feholdexcept_setround_53bit and libc_feupdateenv_53bitAndreas Jaeger1-0/+29
2012-03-14Remove files so that i386 uses the iee754/dbl-64 sin and cos implementation.Andreas Jaeger7-176/+0
2012-03-14Fix csqrt overflow/underflow (bug 13841).Joseph Myers1-0/+24
2012-03-10Replace FSF snail mail address with URL in miscellaneous files.Paul Eggert2-6/+4
2012-03-09Use include_next to chain math_private.h headers.Richard Henderson1-1/+1
2012-03-09Use <> for math.h and math_private.h everywhere.Richard Henderson6-8/+8
2012-03-07Fix sysdeps/i386/configure.in cpuid.h test for bootstrapping.Joseph Myers2-481/+4
2012-03-07Fix signs of zeros from casinh, cacosh etc. (bug 10716).Joseph Myers1-0/+286
2012-03-05* sysdeps/i386/fpu/libm-test-ulps: Update.Andreas Jaeger1-0/+17
2012-03-05Fix pow in non-default rounding modes (bug 3976).Joseph Myers1-0/+60
2012-03-05Test cosh, sinh in non-default rounding modes (bug 3976).Joseph Myers1-0/+127
2012-03-03Remove oldish __GNUC_PREREQ.Marek Polacek1-32/+4
2012-03-02Fix sin, cos, tan in non-default rounding modes (bug 3976).Joseph Myers1-0/+483
2012-03-02Fix exp in non-default rounding modes (bug 3976).Joseph Myers1-0/+67
2012-03-01Improve erfc accuracy.Joseph Myers1-0/+11