diff options
author | Ondrej Bilka <neleai@seznam.cz> | 2013-03-18 07:39:12 +0100 |
---|---|---|
committer | Ondrej Bilka <neleai@seznam.cz> | 2013-03-18 07:39:12 +0100 |
commit | 37bb363f03d75e5e6f2ca45f2c686a3a0167797e (patch) | |
tree | a50f6871e18f34cab50d770bcc730c53364850d5 /sysdeps/x86_64/strcat.S | |
parent | f816705060415c476d8a9a0cbb683dc7a5aeef8e (diff) | |
download | glibc-37bb363f03d75e5e6f2ca45f2c686a3a0167797e.tar.gz glibc-37bb363f03d75e5e6f2ca45f2c686a3a0167797e.tar.xz glibc-37bb363f03d75e5e6f2ca45f2c686a3a0167797e.zip |
Faster strlen on x64.
Diffstat (limited to 'sysdeps/x86_64/strcat.S')
-rw-r--r-- | sysdeps/x86_64/strcat.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/x86_64/strcat.S b/sysdeps/x86_64/strcat.S index 287ffd24c3..8bea6fb5db 100644 --- a/sysdeps/x86_64/strcat.S +++ b/sysdeps/x86_64/strcat.S @@ -21,6 +21,7 @@ #include <sysdep.h> #include "asm-syntax.h" +/* Will be removed when new strcpy implementation gets merged. */ .text ENTRY (strcat) |