aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch
AgeCommit message (Expand)AuthorFilesLines
2013-10-08Use p2align instead ALIGNOndřej Bílka6-295/+274
2013-09-26Faster strrchr.Ondřej Bílka5-899/+2
2013-09-11Faster strchr implementation.Ondřej Bílka2-128/+0
2013-09-03Add unaligned strcmp.Ondřej Bílka4-2/+222
2013-08-30Fix typos.Ondřej Bílka1-1/+1
2013-08-30Fix rawmemchr regression on bulldozer.Ondřej Bílka2-109/+0
2013-08-21Fix typos.Ondřej Bílka1-2/+2
2013-06-28Skip SSE4.2 versions on Intel SilvermontLiubov Dmitrieva5-15/+37
2013-06-26Fix buffers overrun in x86_64 memcmp-ssse3.SLiubov Dmitrieva1-4/+2
2013-06-14Set fast unaligned load flag for new Intel microarchitectureLiubov Dmitrieva1-0/+7
2013-05-20Faster memcpy on x64.Ondrej Bilka4-8/+185
2013-03-18Faster strlen on x64.Ondrej Bilka10-1179/+544
2013-03-11Remove Prefer_SSE_for_memop on x64Ondrej Bilka8-197/+1
2013-03-06Revert " * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementation"Ondrej Bilka10-537/+1179
2013-03-06 * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementationOndrej Bilka10-1179/+537
2013-02-07Remove lots of inline keywords.Roland McGrath2-4/+5
2013-01-05Change __x86_64 prefix in cache size to __x86H.J. Lu3-13/+13
2013-01-03Add HAS_RTMH.J. Lu2-0/+16
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers50-50/+50
2012-11-22test-multiarch: terminate printf output with newlinePino Toscano1-1/+1
2012-11-02Compile x86 rtld with -mno-sse -mno-mmxH.J. Lu1-1/+2
2012-10-11Add x86-64 __libc_ifunc_impl_listH.J. Lu33-24/+380
2012-10-11Use IFUNC memmove/memset in x86-64 bcopy/bzeroH.J. Lu3-33/+11
2012-10-02Define HAS_FMA with bit_FMA_UsableH.J. Lu2-2/+10
2012-09-27Don't define x86-64 __strncmp_ssse3 in libc.aH.J. Lu1-4/+6
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-09Avoid DWARF definition DIE on ifunc symbolsH.J. Lu2-10/+32
2012-05-17BZ#14059: Fix AVX and FMA4 detection.Carlos O'Donell5-30/+148
2012-05-15Load pointers into RAX_LP in strcmp-sse42.SH.J. Lu1-6/+6
2012-05-15Load cache sizes into R*_LP in memcpy-ssse3.SH.J. Lu1-12/+12
2012-05-15Load cache sizes into R*_LP in memcpy-ssse3-back.SH.J. Lu1-10/+10
2012-05-15Load cache size into R8_LPH.J. Lu1-4/+4
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert47-141/+94
2012-01-26Really fix AVX testsUlrich Drepper2-20/+20
2012-01-26Reset bit_AVX in __cpu_features is OS support is missingUlrich Drepper2-2/+15
2011-12-23Fix overrun in destination bufferLiubov Dmitrieva2-508/+323
2011-12-17WP fixesUlrich Drepper1-1/+0
2011-12-17Optimized wcschr and wcscpy for x86-64 and x86-32Ulrich Drepper4-1/+619
2011-12-03Fix more warningsUlrich Drepper1-0/+4
2011-11-01Fix test of non-ASCII locales in x86-64 strcasecmp et.al.Ulrich Drepper1-2/+2
2011-10-28More cleanups of x86-64 strstrUlrich Drepper1-13/+12
2011-10-28Clean up x86-64 strcasestrUlrich Drepper1-13/+12
2011-10-25Add AVX optimized versions for some x86-64 math functionsUlrich Drepper1-14/+18
2011-10-25Optimize x86-64 SSE4.2+ strcmp a bit moreUlrich Drepper1-175/+130
2011-10-23Fix WSUlrich Drepper1-1/+1
2011-10-23Optimized strnlen and wcscmp for x86-64Liubov Dmitrieva7-317/+748
2011-10-21Fix compilation problems in x86-64 init-archUlrich Drepper1-1/+2
2011-10-20Check for FMA4 support and generate appropriate fma functionsUlrich Drepper2-1/+11
2011-10-20Move fma routines to right placeUlrich Drepper2-85/+0