summaryrefslogtreecommitdiff
path: root/sysdeps/i386/fpu
AgeCommit message (Collapse)AuthorFilesLines
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-03-28Fix pow of negative numbers to integer exponents (bugs 369, 2678, 3866).Joseph Myers3-12/+62
2012-03-22Fix cexp overflow (bug 13892).Joseph Myers1-0/+37
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-19Fix clog overflow/underflow (bug 13629).Joseph Myers1-0/+60
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
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-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
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 Jaeger6-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-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
so that double arithmetic in s_sin is done in 53 bit (without extend i386 double precision)
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-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
Entire tree edited via find | grep | sed.
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-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
2012-02-29Add test for bug 5794 (incorrect expm1 overflow).Joseph Myers1-0/+3
2012-02-29Reduce large expected errors from libm tests on x86 and x86_64.Joseph Myers1-25/+14
2012-02-20Resort ULPs files with gen-libm-test.pl -n in C locale.Joseph Myers1-22/+22
2012-02-10Fix x86 PLT slot usage for feraiseexcept.Thomas Schwinge1-2/+2
Then we're elf/check-localplt.out-clean again.
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert64-192/+128
2012-02-08Reduce ldouble ULPs for jn tests on x86Andreas Schwab1-18/+16
2012-02-07Remove __ELF__ conditionalsMarek Polacek39-192/+48
2012-01-27Remove __STDC__ conditionals from libm.Joseph Myers5-32/+5
2012-01-07Remove pre-ISO C supportUlrich Drepper1-2/+2
No more __const.
2011-12-23Optimize x86-32 feraiseexcept also for !__SSE_MATH__Ulrich Drepper1-1/+11
2011-12-22Add feraiseexcept optimization for x86-32Ulrich Drepper1-1/+39
2011-12-22Also retrieve SSE exceptions in x86-32 fegetexceptflagUlrich Drepper1-4/+18
2011-10-26Make math_force_eval accept non-addressable argumentsAndreas Schwab1-3/+4
2011-10-15Optimize expUlrich Drepper3-3/+34
Add __exp*_finite optimizations and rewrite some wrappers.
2011-10-14Optimize x86-32 logUlrich Drepper3-3/+57
2011-10-12Optimize libmUlrich Drepper46-149/+179
libm is now somewhat integrated with gcc's -ffinite-math-only option and lots of the wrapper functions have been optimized.
2011-09-09Fix jn precisionPetr Baudis1-4/+50
2010-11-30Relax libm tests for x86-32.Ulrich Drepper1-2/+2