aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-29Fix x86 strcasecmp_l (bug 13786).Joseph Myers3-1/+6
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
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert238-714/+476
2012-02-08Reduce ldouble ULPs for jn tests on x86Andreas Schwab1-18/+16
2012-02-08Support crti.S and crtn.S provided directly by architectures.Joseph Myers4-10/+133
2012-02-07Remove __ELF__ conditionalsMarek Polacek41-201/+50
2012-02-06Undefine and redefine __i686 for assembly code.Joseph Myers1-1/+7
2012-02-06Match x86 PIC thunk names to compiler version.Joseph Myers1-3/+16
2012-02-05Use macro for PIC setup in inline asm.Joseph Myers1-0/+20
2012-02-03Use macros for x86 PIC thunk names.Joseph Myers1-8/+14
2012-02-03Consistently use macros for x86 PIC thunks.Joseph Myers42-429/+105
2012-01-28Use -msse2avx option for x86-64 libm functionsUlrich Drepper2-0/+34
2012-01-27Remove __STDC__ conditionals from libm.Joseph Myers5-32/+5
2012-01-26Remove __STDC__ conditionals from non-installed headers.Joseph Myers1-10/+2
2012-01-08More fallout from supporting only ELFUlrich Drepper1-6/+0
2012-01-07Remove pre-ISO C supportUlrich Drepper2-115/+116
2012-01-07Remove non-ELF supportUlrich Drepper2-21/+3
2011-12-23Prevent warnings due to long long constantsUlrich Drepper1-10/+10
2011-12-23Optimize x86-32 feraiseexcept also for !__SSE_MATH__Ulrich Drepper1-1/+11
2011-12-23Fix wrong copying processing for last bytes in x86-32 wcscpyLiubov Dmitrieva1-41/+21
2011-12-22Add feraiseexcept optimization for x86-32Ulrich Drepper1-1/+39