aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
AgeCommit message (Expand)AuthorFilesLines
2012-09-10Fix x86 SSE cosf, sinf issuesLiubov Dmitrieva2-29/+16
2012-09-03Update libm-test-ulpsAndreas Jaeger1-0/+6
2012-09-03Add optimized sinf and cosf routines for x86 and x86-64Liubov Dmitrieva3-4/+1124
2012-09-02Use the first element of GOT for ld.so addressesH.J. Lu1-32/+8
2012-08-15Clean up x86_64/multiarch/strstr-c.c include order.Roland McGrath1-6/+26
2012-08-15Clean up x86_64/multiarch/memmove.c include order.Roland McGrath1-20/+18
2012-08-14i386/x86_64: punt HAVE_CPP_ASM_DEBUGINFOMike Frysinger2-83/+4
2012-08-13Update x86-64 ULPsMarkus Trippelsdorf1-0/+3
2012-08-09Avoid DWARF definition DIE on ifunc symbolsH.J. Lu2-10/+32
2012-08-02Get rid of ASM_TYPE_DIRECTIVE{,_PREFIX}.Marek Polacek12-44/+42
2012-07-31Improve clog, clog10 handling of values with real or imaginary part slightly ...Joseph Myers1-2/+69
2012-07-26Improve clog, clog10 handling of values with real or imaginary part 1 (bug 13...Joseph Myers1-0/+57
2012-07-26Move testsuite audit definitions to sysdeps tst-audit.h files.Joseph Myers1-0/+32
2012-07-25Move ldsodefs.h audit definitions to sysdeps directories.Joseph Myers1-0/+55
2012-07-17Remove TLS configure checks.Marek Polacek2-63/+0
2012-07-17Split tls-macros.h into sysdeps directories.Joseph Myers1-0/+39
2012-07-10Get rid of ASM_GLOBAL_DIRECTIVE.Marek Polacek4-6/+6
2012-07-09Fix clog, clog10 spurious underflow exceptions (bug 14337).Joseph Myers1-0/+152
2012-07-06Fix expm1 spurious underflow exceptions (bug 6778).Joseph Myers2-14/+31
2012-07-05Fix csqrt underflow (bugs 14157, 14331).Joseph Myers1-0/+30
2012-07-04Fix ctan, ctanh of subnormals in round-upwards mode (bug 14328).Joseph Myers1-0/+278
2012-06-18Use x86-64 fpu_control.h for i386 and x86_64H.J. Lu1-109/+0
2012-06-18Use __volatile__ to access fpu control wordH.J. Lu1-5/+14
2012-06-15Use i386 bits/mathinline.h for i386 and x86_64H.J. Lu1-289/+0
2012-06-14Use RAX_LP/RDX_LP on SAVE_PTR in x86_64 strtok.SH.J. Lu1-9/+8
2012-06-06Use x86_64 fpu/bits/fenv.h for i386 and x86_64H.J. Lu2-141/+1
2012-06-06Check __SSE_MATH__ in x86_64 feraiseexceptH.J. Lu1-1/+11
2012-06-04Use i486 bits/string.h for i386 and x86_64H.J. Lu1-25/+0
2012-05-30Use x86_64/bits/xtitypes.h for i386/x86-64H.J. Lu1-33/+0
2012-05-30Use x86_64 bits/wordsize.h for both i386/x86_64H.J. Lu1-13/+0
2012-05-30Use x86_64 bits/select.h for i386/x86_64H.J. Lu1-63/+0
2012-05-30Use x86_64 bits/setjmp.h for i386/x86_64H.J. Lu1-40/+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-163/+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-203/+1
2012-05-30Convert WORDSIZE[32|64]/ld entries to abi-variantsH.J. Lu2-2/+0
2012-05-25Add systemtap static probe points in setjmp/longjmp on x86.Roland McGrath2-0/+6
2012-05-24Add x32 C++ type dataH.J. Lu1-0/+4
2012-05-24Don't include exceptions in libm-test-ulps test names.Joseph Myers1-17/+17
2012-05-24Test underflow exceptions in libm-test.inc.Joseph Myers1-12/+12
2012-05-21Rename __WORDSIZE_COMPAT32 to __WORDSIZE_TIME64_COMPAT32H.J. Lu1-1/+1
2012-05-21x32: Don't lose high bits of %rbp in setjmp/longjmp mangling/demangling.Roland McGrath2-7/+22
2012-05-21Define __SYSCALL_WORDSIZE for x86-64H.J. Lu1-0/+5
2012-05-19Fix ccos, csin, ccosh, csinh overflows (bug 14123).Joseph Myers1-0/+114
2012-05-19Add a comment to sysdeps/x86_64/x32/_itoa.hH.J. Lu1-0/+1
2012-05-18Add sysdeps/x86_64/x32/_itoa.hH.J. Lu1-0/+3
2012-05-18Do not provide inlines for GCC build-in functionsAndreas Jaeger1-2/+5
2012-05-17Cast to unsigned longH.J. Lu1-1/+1
2012-05-17Add tst-mallocalign1H.J. Lu2-0/+76