aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch
AgeCommit message (Expand)Author
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
2012-09-27Don't define x86-64 __strncmp_ssse3 in libc.aH.J. Lu
2012-08-15Clean up x86_64/multiarch/strstr-c.c include order.Roland McGrath
2012-08-15Clean up x86_64/multiarch/memmove.c include order.Roland McGrath
2012-08-09Avoid DWARF definition DIE on ifunc symbolsH.J. Lu
2012-05-17BZ#14059: Fix AVX and FMA4 detection.Carlos O'Donell
2012-05-15Load pointers into RAX_LP in strcmp-sse42.SH.J. Lu
2012-05-15Load cache sizes into R*_LP in memcpy-ssse3.SH.J. Lu
2012-05-15Load cache sizes into R*_LP in memcpy-ssse3-back.SH.J. Lu
2012-05-15Load cache size into R8_LPH.J. Lu
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-01-26Really fix AVX testsUlrich Drepper
2012-01-26Reset bit_AVX in __cpu_features is OS support is missingUlrich Drepper
2011-12-23Fix overrun in destination bufferLiubov Dmitrieva
2011-12-17WP fixesUlrich Drepper