aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch
AgeCommit message (Expand)Author
2015-10-08Remove configure tests for AVX support.Joseph Myers
2015-10-06Remove configure tests for SSE4 support.Joseph Myers
2015-08-25Remove x86-64 rtld-xxx.c and rtld-xxx.SH.J. Lu
2015-08-20Remove the unused IFUNC filesH.J. Lu
2015-08-20Move x86_64 init-arch.h to sysdeps/x86/init-arch.hH.J. Lu
2015-08-13Update x86_64 multiarch functions for <cpu-features.h>H.J. Lu
2015-08-13Add _dl_x86_cpu_features to rtld_globalH.J. Lu
2015-08-05Compile {memcpy,strcmp}-sse2-unaligned.S only for libcH.J. Lu
2015-06-08This patch adds detection of availability for AVX512F and AVX512DQ ISAs.Andrew Senkevich
2015-05-12Use strspn/strcspn/strpbrk ifunc in internal calls.Ondřej Bílka
2015-01-30Use AVX unaligned memcpy only if AVX2 is availableH.J. Lu
2015-01-23Also treat model numbers 0x5a/0x5d as SilvermontH.J. Lu
2015-01-23Treat model numbers 0x4a/0x4d as SilvermontH.J. Lu
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar
2014-10-27Fix misdetected Slow_SSE4_2 cpu feature bit (bug 17501)Andreas Schwab
2014-07-30Improve 64bit memcpy performance for Haswell CPU with AVX instructionLing Ma
2014-07-14Enable AVX2 optimized memset only if -mavx2 worksH.J. Lu
2014-06-20Add ifunc tests for x86_64 memset_chk and memsetH.J. Lu
2014-06-20Remove sysdeps/x86_64/multiarch/rtld-strlen.SH.J. Lu
2014-06-19Add x86_64 memset optimized for AVX2Ling Ma
2014-05-03Fix -Wundef warning for FEATURE_INDEX_1.Carlos O'Donell
2014-04-17Detect if AVX2 is usableSihai Yao
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-16Update file name in x86_64 ifunc listAllan McRae
2013-12-14Add strstr with unaligned loads. Fixes bug 12100.Ondřej Bílka
2013-10-08Use p2align instead ALIGNOndřej Bílka
2013-09-26Faster strrchr.Ondřej Bílka
2013-09-11Faster strchr implementation.Ondřej Bílka
2013-09-03Add unaligned strcmp.Ondřej Bílka
2013-08-30Fix typos.Ondřej Bílka
2013-08-30Fix rawmemchr regression on bulldozer.Ondřej Bílka
2013-08-21Fix typos.Ondřej Bílka
2013-06-28Skip SSE4.2 versions on Intel SilvermontLiubov Dmitrieva
2013-06-26Fix buffers overrun in x86_64 memcmp-ssse3.SLiubov Dmitrieva
2013-06-14Set fast unaligned load flag for new Intel microarchitectureLiubov Dmitrieva
2013-05-20Faster memcpy on x64.Ondrej Bilka
2013-03-18Faster strlen on x64.Ondrej Bilka
2013-03-11Remove Prefer_SSE_for_memop on x64Ondrej Bilka
2013-03-06Revert " * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementation"Ondrej Bilka
2013-03-06 * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementationOndrej Bilka
2013-02-07Remove lots of inline keywords.Roland McGrath
2013-01-05Change __x86_64 prefix in cache size to __x86H.J. Lu
2013-01-03Add HAS_RTMH.J. Lu
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-11-22test-multiarch: terminate printf output with newlinePino Toscano
2012-11-02Compile x86 rtld with -mno-sse -mno-mmxH.J. Lu
2012-10-11Add x86-64 __libc_ifunc_impl_listH.J. Lu
2012-10-11Use IFUNC memmove/memset in x86-64 bcopy/bzeroH.J. Lu
2012-10-02Define HAS_FMA with bit_FMA_UsableH.J. Lu