Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc/arch/x86_64/string
Module Name: src
Committed By: drochner
Date: Mon Jul 19 20:04:41 UTC 2004
Modified Files:
src/lib/libc/arch/x86_64/string: index.S memchr.S rindex.S strcat.S
strchr.S strcmp.S strcpy.S strlen.S strrchr.S
Log Message:
replace the str*() functions by speed optimized versions, submitted by
J.T. Conklin per PR port-amd64/25411
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/lib/libc/arch/x86_64/string/index.S \
src/lib/libc/arch/x86_64/string/memchr.S \
src/lib/libc/arch/x86_64/string/rindex.S \
src/lib/libc/arch/x86_64/string/strcat.S \
src/lib/libc/arch/x86_64/string/strcmp.S \
src/lib/libc/arch/x86_64/string/strcpy.S \
src/lib/libc/arch/x86_64/string/strlen.S
cvs rdiff -r1.1 -r1.2 src/lib/libc/arch/x86_64/string/strchr.S \
src/lib/libc/arch/x86_64/string/strrchr.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index