]> git.ipfire.org Git - thirdparty/glibc.git/history - sysdeps/x86_64/multiarch/strcmp.S
Add optimized str{,n}casecmp for AVX on x86-64
[thirdparty/glibc.git] / sysdeps / x86_64 / multiarch / strcmp.S
2011-10-19  Ulrich DrepperAdd optimized str{,n}casecmp for AVX on x86-64
2011-03-21  H.J. LuHandle page boundaries in x86 SSE4.2 strncmp.
2010-11-10  H.J. LuFix one exit path in x86-64 SSE4.2 str{,n}casecmp.
2010-09-21  Ulrich DrepperRe-enable all strncasecmp versions.
2010-09-20  Ulrich DrepperFix limit detection in x86-64 SSE2 strncasecmp.
2010-08-19  Ulrich DrepperFix two typos in x86-64 SSE4.2 strncasecmp implementation.
2010-08-16  Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2010-08-16  Ulrich DrepperFix fourth parameter of SSE4.2 strcmp for x86-64.
2010-08-15  Ulrich DrepperAdd optimized strncasecmp versions for x86-64.
2010-08-01  Ulrich DrepperAdd support for SSSE3 and SSE4.2 versions of strcasecmp...
2010-07-30  Ulrich DrepperPretty printing x86-64 SSE4.3 strcmp.
2009-12-13  H.J. LuDefine bit_XXX and index_XXX.
2009-08-08  Ulrich DrepperAdd SSSE3-optimized implementation of str{,n}cmp for...
2009-07-26  H.J. LuAdd SSE2 support to str{,n}cmp for x86-64.
2009-07-26  H.J. LuSome some optimizations for x86-64 strcmp.
2009-07-25  Ulrich DrepperOptimize x86-64 SSE4.2 strcmp.
2009-07-03  Ulrich DrepperAlign functions to 16-byte boundary.
2009-06-23  Ulrich DrepperClean up whitespaces in last patch.
2009-06-23  H.J. LuAdd SSE4.2 support for strcmp and strncmp on x86-64.