about summary refs log tree commit diff
path: root/sysdeps/x86_64
Commit message (Expand)AuthorAgeFilesLines
* Remove cpuid.h configure tests.Joseph Myers2015-10-292-46/+0
* Handle more state in i386/x86_64 fesetenv (bug 16068).Joseph Myers2015-10-281-10/+30
* Fix i386/x86_64 fesetenv SSE exception clearing (bug 19181).Joseph Myers2015-10-281-0/+4
* Remove -mavx2 configure tests.Joseph Myers2015-10-286-58/+15
* x86_64: Regenerate ulps [BZ #19168]Florian Weimer2015-10-261-6/+6
* Add more libm tests (ilogb, is*, j0, j1, jn, lgamma, log*).Joseph Myers2015-10-231-0/+2
* Fix i386 / x86_64 nearbyint exception clearing (bug 15491).Joseph Myers2015-10-221-6/+8
* Convert 231 sysdeps function definitions to prototype style.Joseph Myers2015-10-191-3/+1
* Mark x86 _dl_unmap/_dl_make_tlsdesc_dynamic hiddenH.J. Lu2015-10-152-3/+5
* Support PLT and GOT references in local PIC checkH.J. Lu2015-10-141-7/+7
* Support x86-64 assmebler without AVX512H.J. Lu2015-10-131-16/+24
* Update lrint/lrintf/lrintl for x32H.J. Lu2015-10-096-1/+90
* Remove configure tests for -mno-vzeroupper support.Joseph Myers2015-10-093-34/+1
* Remove configure tests for FMA4 support.Joseph Myers2015-10-0913-99/+9
* Remove configure tests for AVX support.Joseph Myers2015-10-0814-190/+83
* Don't use dbl-64/wordsize-64 lround based on llround for ILP32 (bug 19079).Joseph Myers2015-10-071-4/+0
* Remove configure tests for SSE4 support.Joseph Myers2015-10-065-49/+2
* sysdeps/x86_64/fpu/libm-test-ulps: Regenerated on Haswell.Paul Pluzhnikov2015-10-031-1/+1
* Improve test coverage of real libm functions [a-e]*.Joseph Myers2015-09-301-2/+2
* Fix clog, clog10 inaccuracy (bug 19016).Joseph Myers2015-09-281-40/+40
* Fix powf inaccuracy (bug 18956).Joseph Myers2015-09-261-8/+8
* Fix pow missing underflows (bug 18825).Joseph Myers2015-09-252-0/+16
* Refactor x86_64 libm code forcing underflow exceptions.Joseph Myers2015-09-243-30/+69
* Fix x86_64 fma4 pow inappropriate contraction (bug 19003).Joseph Myers2015-09-241-1/+1
* Make scalbn set errno (bug 6803).Joseph Myers2015-09-161-1/+0
* Fix exp2 missing underflows (bug 16521).Joseph Myers2015-09-141-1/+24
* Add more random libm test inputs (mainly for ldbl-128).Joseph Myers2015-09-121-2/+2
* Move bits/atomic.h to atomic-machine.h (bug 14912).Joseph Myers2015-09-111-0/+0
* Add more randomly-generated libm tests.Joseph Myers2015-09-111-33/+33
* Fix lgamma (negative) inaccuracy (bug 2542, bug 2543, bug 2558).Joseph Myers2015-09-101-48/+48
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-081-1/+1
* Don't disable SSE in x86-64 ld.soH.J. Lu2015-08-261-0/+4
* Use SSE2 optimized strcmp in x86-64 ld.soH.J. Lu2015-08-251-253/+216
* Replace %xmm[8-12] with %xmm[0-4]H.J. Lu2015-08-251-47/+47
* Remove x86-64 rtld-xxx.c and rtld-xxx.SH.J. Lu2015-08-256-464/+0
* Replace %xmm8 with %xmm0H.J. Lu2015-08-251-26/+26
* Fix strcpy_chk and stpcpy_chk performance.Ondřej Bílka2015-08-252-211/+0
* Save and restore vector registers in x86-64 ld.soH.J. Lu2015-08-258-501/+472
* Remove the unused IFUNC filesH.J. Lu2015-08-202-17/+0
* Move x86_64 init-arch.h to sysdeps/x86/init-arch.hH.J. Lu2015-08-202-23/+1
* Fix dynamic linker issue with bind-nowPetar Jovanovic2015-08-193-0/+38
* Fix BZ #18084 -- backtrace (..., 0) dumps core on x86.Paul Pluzhnikov2015-08-151-2/+5
* Regenerated sysdeps/x86_64/fpu/libm-test-ulps with AVX2.Paul Pluzhnikov2015-08-141-1/+1
* Remove incorrect register mov in floorf/nearbyint on x86_64Siddhesh Poyarekar2015-08-142-2/+0
* Add more random libm-test inputs.Joseph Myers2015-08-131-62/+64
* Update libmvec multiarch functions for <cpu-features.h>H.J. Lu2015-08-1338-227/+125
* Update x86_64 multiarch functions for <cpu-features.h>H.J. Lu2015-08-1339-233/+246
* Add _dl_x86_cpu_features to rtld_globalH.J. Lu2015-08-1310-546/+78
* Add more tests of various libm functions.Joseph Myers2015-08-111-12/+12
* Align stack to 16 bytes when calling __errno_locationH.J. Lu2015-08-053-0/+18