aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386
AgeCommit message (Expand)AuthorFilesLines
2012-06-12Add SSE math and C++ namespace to i386 bits/mathinline.hH.J. Lu1-4/+237
2012-06-06Use x86_64 fpu/bits/fenv.h for i386 and x86_64H.J. Lu2-137/+1
2012-06-04Use i486 bits/string.h for i386 and x86_64H.J. Lu1-1985/+0
2012-06-04Provide 32-bit inline string functions for >= i486H.J. Lu1-158/+168
2012-05-30Use i386 bits/huge_vall.h for i386/x86-64H.J. Lu1-42/+0
2012-05-30Use x86_64 bits/select.h for i386/x86_64H.J. Lu1-54/+0
2012-05-30Use x86_64 bits/setjmp.h for i386/x86_64H.J. Lu1-31/+0
2012-05-30Use x86_64 bits/mathdef.h for i386/x86_64H.J. Lu1-59/+0
2012-05-30Use x86_64 bits/{link.h,linkmap.h} for i386/x86_64H.J. Lu2-65/+0
2012-05-30Use the same bits/endian.h for i386/x86_64H.J. Lu1-7/+0
2012-05-30Use x86-64 bits/byteswap.h for both i386 and x86_64H.J. Lu3-175/+1
2012-05-25Add systemtap static probe points in setjmp/longjmp on x86.Roland McGrath4-6/+15
2012-05-24Don't include exceptions in libm-test-ulps test names.Joseph Myers1-16/+16
2012-05-24Test underflow exceptions in libm-test.inc.Joseph Myers1-11/+11
2012-05-21Fix warnings in wcschr-c.cAndreas Jaeger1-3/+9
2012-05-19Fix ccos, csin, ccosh, csinh overflows (bug 14123).Joseph Myers1-0/+217
2012-05-17Fix warnings on Linux/i686Andreas Jaeger1-1/+3
2012-05-17BZ#14059: Fix AVX and FMA4 detection.Carlos O'Donell2-0/+2
2012-05-15Split up stackguard-macros.h into sysdeps directories.Joseph Myers1-0/+4
2012-05-14Remove unused functions from i386/mathinline.hAndreas Jaeger1-37/+0
2012-05-14Add optimized expf for x86Liubov Dmitrieva4-0/+364
2012-05-07Fix x86/x86_64 expm1l inaccuracy and exceptions (bugs 13885, 13923).Joseph Myers3-132/+68
2012-05-06Fix exp10 inaccuracy and exceptions (bugs 13884, 13914).Joseph Myers2-47/+31
2012-05-05Fix missing exceptions from exp (bugs 13787, 13922, 14036).Joseph Myers1-1/+18
2012-05-05Use .S sources for x86/x86_64 expl.Joseph Myers2-78/+92
2012-05-03Update sysdeps/i386/fpu/libm-test-ulpsAndreas Jaeger1-0/+75
2012-05-01Fix nexttoward bugs (bugs 2550, 2570).Joseph Myers2-16/+4
2012-04-30Fix x86 acos near 1 (bug 13942).Joseph Myers4-11/+29
2012-04-30Fix acos (-1) in round-downwards mode on x86 (bug 14034).Joseph Myers4-0/+194
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