aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch
AgeCommit message (Expand)Author
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
2011-12-17Optimized wcschr and wcscpy for x86-64 and x86-32Ulrich Drepper
2011-12-03Fix more warningsUlrich Drepper
2011-11-01Fix test of non-ASCII locales in x86-64 strcasecmp et.al.Ulrich Drepper
2011-10-28More cleanups of x86-64 strstrUlrich Drepper
2011-10-28Clean up x86-64 strcasestrUlrich Drepper
2011-10-25Add AVX optimized versions for some x86-64 math functionsUlrich Drepper
2011-10-25Optimize x86-64 SSE4.2+ strcmp a bit moreUlrich Drepper
2011-10-23Fix WSUlrich Drepper
2011-10-23Optimized strnlen and wcscmp for x86-64Liubov Dmitrieva
2011-10-21Fix compilation problems in x86-64 init-archUlrich Drepper
2011-10-20Check for FMA4 support and generate appropriate fma functionsUlrich Drepper
2011-10-20Move fma routines to right placeUlrich Drepper
2011-10-19Optimize x86-64 rawmemchr and add testUlrich Drepper
2011-10-19Add optimized str{,n}casecmp for AVX on x86-64Ulrich Drepper
2011-10-15Fix WSUlrich Drepper
2011-10-15Optimized memcmp and wmemcmp for x86-64 and x86-32Liubov Dmitrieva
2011-10-07Improve 64 bit memchr, memrchr, rawmemchr with SSE2Liubov Dmitrieva
2011-09-06Move Atom-optimized code out of the way and togetherUlrich Drepper
2011-09-05Fix whitespacesUlrich Drepper
2011-09-05Add Atom-optimized strchr and strrchr for x86-64Liubov Dmitrieva
2011-08-04Fix inline strncat/strncmp on x86Andreas Schwab
2011-07-21Fix overflow bug is optimized strncat for x86-64Ulrich Drepper
2011-07-19Fix whitespacesUlrich Drepper
2011-07-19Improve 64 bit strcat functions with SSE2/SSSE3Liubov Dmitrieva
2011-06-24Improved st{r,p}{,n}cpy for SSE2 and SSSE3 on x86-64H.J. Lu
2011-06-24Optimized st{r,p}{,n}cpy for SSE2/SSSE3 on x86-32H.J. Lu
2011-06-03Assume Intel Core i3/i5/i7 processor if AVX is availableH.J. Lu
2011-04-17Fix static linking with checking x86/x86-64 memcpy.Mike Frysinger
2011-04-01Work around old buggy program which cannot cope with memcpy semantics.H.J. Lu
2011-03-21Handle page boundaries in x86 SSE4.2 strncmp.H.J. Lu
2011-03-04Enable SSE2 memset for AMD'supcoming Orochi processor.Harsha Jagasia
2011-02-04Fix some warning nits.Roland McGrath