[PATCH] Improved memset for MIPS

Steve Ellcey sellcey@mips.com
Thu Oct 3 20:33:00 GMT 2013


I have created a faster memset for MIPS by writing it in assembly
language and using prefetching and loop unrolling.  It is the same one I
have recently checked in to glibc and I would like to put it in newlib
also.

OK for checkin?

2013-10-03  Steve Ellcey  <sellcey@mips.com>

	* libc/machine/mips/memset.c: Remove.
	* libc/machine/mips/memset.S: New.
	* libc/machine/mips/Makefile.am: Change memset.c to memset.S
	* libc/machine/mips/Makefile.in: Regenerate.

Steve Ellcey
sellcey@mips.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mips-memset.patch
Type: text/x-patch
Size: 13838 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/newlib/attachments/20131003/10a11cec/attachment.bin>


More information about the Newlib mailing list