summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch/strcmp.S
AgeCommit message (Expand)Author
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-09-03Add unaligned strcmp.Ondřej Bílka
2013-06-28Skip SSE4.2 versions on Intel SilvermontLiubov Dmitrieva
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-10-11Add x86-64 __libc_ifunc_impl_listH.J. Lu
2012-05-17BZ#14059: Fix AVX and FMA4 detection.Carlos O'Donell
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2011-10-19Add optimized str{,n}casecmp for AVX on x86-64Ulrich Drepper
2011-03-21Handle page boundaries in x86 SSE4.2 strncmp.H.J. Lu
2010-11-10Fix one exit path in x86-64 SSE4.2 str{,n}casecmp.H.J. Lu
2010-09-20Re-enable all strncasecmp versions.Ulrich Drepper
2010-09-20Fix limit detection in x86-64 SSE2 strncasecmp.Ulrich Drepper
2010-08-19Fix two typos in x86-64 SSE4.2 strncasecmp implementation.Ulrich Drepper
2010-08-15Fix fourth parameter of SSE4.2 strcmp for x86-64.Ulrich Drepper
2010-08-14Add optimized strncasecmp versions for x86-64.Ulrich Drepper
2010-07-31Add support for SSSE3 and SSE4.2 versions of strcasecmp on x86-64.Ulrich Drepper
2010-07-30Pretty printing x86-64 SSE4.3 strcmp.Ulrich Drepper
2009-12-13Define bit_XXX and index_XXX.H.J. Lu
2009-08-07Add SSSE3-optimized implementation of str{,n}cmp for x86-64.Ulrich Drepper
2009-07-26Add SSE2 support to str{,n}cmp for x86-64.H.J. Lu
2009-07-25Some some optimizations for x86-64 strcmp.H.J. Lu
2009-07-25Optimize x86-64 SSE4.2 strcmp.Ulrich Drepper
2009-07-03Align functions to 16-byte boundary.Ulrich Drepper
2009-06-22Clean up whitespaces in last patch.Ulrich Drepper
2009-06-22Add SSE4.2 support for strcmp and strncmp on x86-64.H.J. Lu