about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/strcmp.S
Commit message (Collapse)AuthorAgeFilesLines
* Add optimized str{,n}casecmp for AVX on x86-64Ulrich Drepper2011-10-191-1797/+31
|
* Handle page boundaries in x86 SSE4.2 strncmp.H.J. Lu2011-03-211-15/+30
|
* Fix one exit path in x86-64 SSE4.2 str{,n}casecmp.H.J. Lu2010-11-101-0/+6
|
* Re-enable all strncasecmp versions.Ulrich Drepper2010-09-201-2/+0
|
* Fix limit detection in x86-64 SSE2 strncasecmp.Ulrich Drepper2010-09-201-0/+2
|
* Fix two typos in x86-64 SSE4.2 strncasecmp implementation.Ulrich Drepper2010-08-191-2/+2
|
* Fix fourth parameter of SSE4.2 strcmp for x86-64.Ulrich Drepper2010-08-151-3/+3
|
* Add optimized strncasecmp versions for x86-64.Ulrich Drepper2010-08-141-222/+292
|
* Add support for SSSE3 and SSE4.2 versions of strcasecmp on x86-64.Ulrich Drepper2010-07-311-19/+361
|
* Pretty printing x86-64 SSE4.3 strcmp.Ulrich Drepper2010-07-301-29/+29
|
* Define bit_XXX and index_XXX.H.J. Lu2009-12-131-3/+3
| | | | | | This patch defines bit_XXX and index_XXX and use them to check processor feature in assembly code. It can prevent typos in processor feature check.
* Add SSSE3-optimized implementation of str{,n}cmp for x86-64.Ulrich Drepper2009-08-071-3/+9
|
* Add SSE2 support to str{,n}cmp for x86-64.H.J. Lu2009-07-261-253/+108
|
* Some some optimizations for x86-64 strcmp.H.J. Lu2009-07-251-9/+4
|
* Optimize x86-64 SSE4.2 strcmp.Ulrich Drepper2009-07-251-0/+5
| | | | | The file contained some code which was never used. Don't compile it in.
* Align functions to 16-byte boundary.Ulrich Drepper2009-07-031-0/+1
| | | | | | Some of the new multi-arch string functions for x86-64 were not aligned to 16 byte boundarie,s possibly creating unnecessary cache line misses and delays.
* Clean up whitespaces in last patch.Ulrich Drepper2009-06-221-1/+1
|
* Add SSE4.2 support for strcmp and strncmp on x86-64.H.J. Lu2009-06-221-0/+1677