Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc/arch/i386/string
Module Name: src
Committed By: dsl
Date: Thu Feb 3 22:31:44 UTC 2005
Modified Files:
src/lib/libc/arch/i386/string: memcpy.S memmove.S
Log Message:
Bring code in from obsolesent bcopy.S
Optimise to avoid mis-predicted braches and 'rep movsb' for small %cx.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/lib/libc/arch/i386/string/memcpy.S
cvs rdiff -r1.4 -r1.5 src/lib/libc/arch/i386/string/memmove.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