aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch/strlen-sse2-pminub.S
AgeCommit message (Collapse)AuthorFilesLines
2013-03-18Faster strlen on x64.Ondrej Bilka1-259/+0
2013-03-06Revert " * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementation"Ondrej Bilka1-0/+259
This reverts commit b79188d71716b6286866e06add976fe84100595e.
2013-03-06 * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementationOndrej Bilka1-259/+0
which is faster on all x86_64 architectures. Tested on AMD, Intel Nehalem, SNB, IVB.
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2011-07-19Fix whitespacesUlrich Drepper1-6/+6
2011-07-19Improve 64 bit strcat functions with SSE2/SSSE3Liubov Dmitrieva1-0/+260