about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/strlen.S
Commit message (Expand)AuthorAgeFilesLines
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Optimized strnlen and wcscmp for x86-64Liubov Dmitrieva2011-10-231-1/+1
* Fix inline strncat/strncmp on x86Andreas Schwab2011-08-041-1/+1
* Improve 64 bit strcat functions with SSE2/SSSE3Liubov Dmitrieva2011-07-191-1/+4
* Unroll x86-64 strlenH.J. Lu2010-08-261-68/+6
* Unroll the loop x86-64 SSE4.2 strlen.H.J. Lu2010-01-131-15/+45
* Define bit_XXX and index_XXX.H.J. Lu2009-12-131-2/+2
* Move SSE4.2 functions together.Ulrich Drepper2009-08-081-0/+1
* Align functions to 16-byte boundary.Ulrich Drepper2009-07-031-0/+1
* Forgot some more cleanups for the SSE4.2 strlen on x86-64.Ulrich Drepper2009-06-051-2/+7
* Add missing cleanups from SSE4.2 x86-64 strlen.Ulrich Drepper2009-06-051-3/+4
* Optimize x86-64 strlen for SSE4.2.Ulrich Drepper2009-06-051-0/+87