Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [matt-nb5-mips64] src/common/lib/libc/string



Module Name:    src
Committed By:   matt
Date:           Mon Aug 17 17:24:25 UTC 2009

Added Files:
        src/common/lib/libc/string [matt-nb5-mips64]: bzero2.c memset2.c

Log Message:
Add word-load-store optimized version of memset/bzero.  On platforms with
64bit registers they can be as efficient as assembly coded version.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1.2.1 src/common/lib/libc/string/bzero2.c \
    src/common/lib/libc/string/memset2.c

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