This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Improved memset for MIPS


On 10/03/2013 04:32 PM, Steve Ellcey wrote:
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?


Yes.  Do you have write access or do you need me to check it in?

-- Jeff J.

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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]