aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch
AgeCommit message (Expand)Author
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
2010-11-12Support Intel processor model 6 and model 0x2.H.J. Lu
2010-11-10Fix one exit path in x86-64 SSE4.2 str{,n}casecmp.H.J. Lu
2010-11-08Use IFUNC on x86-64 memsetH.J. Lu
2010-10-25Fix x86-64 strchr propagation of search byte into all bytes of SSE registerRichard Li
2010-10-13Implement accurate fma.Jakub Jelinek
2010-10-11Correct implementation of fmaf.Jakub Jelinek
2010-09-20Re-enable all strncasecmp versions.Ulrich Drepper
2010-09-20Fix limit detection in x86-64 SSE2 strncasecmp.Ulrich Drepper
2010-08-26Move slow Atom code to separate section.Ulrich Drepper
2010-08-26Unroll x86-64 strlenH.J. Lu
2010-08-26Missing comma in last commit.H.J. Lu
2010-08-25Clean up warnings in new x86_64/multiarch code.Roland McGrath
2010-08-25Unroll 32bit SSE strlen and handle slow bsfH.J. Lu