Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 07/23/2000 23:34:09
Module Name:	basesrc
Committed By:	mycroft
Date:		Sun Jul 23 20:34:08 UTC 2000

Modified Files:
	basesrc/lib/libc/arch/sparc64/string: bzero.S

Log Message:
Just use a store/load pair to get the pattern into the FP reg.  This eliminates
a bunch of cruft and avoids using a v9a instruction.
In addition, eliminate 8 of the fmovda's, which we are not using the result of
anyway.
Net result is that this should be faster in all cases.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 basesrc/lib/libc/arch/sparc64/string/bzero.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.