src/newlib ChangeLog libc/machine/arm/memcpy-a ...

willnewton@sourceware.org willnewton@sourceware.org
Mon Jul 1 09:58:00 GMT 2013


CVSROOT:	/cvs/src
Module name:	src
Changes by:	willnewton@sourceware.org	2013-07-01 09:58:34

Modified files:
	newlib         : ChangeLog 
	newlib/libc/machine/arm: memcpy-armv7a.S 

Log message:
	memcpy-armv7a.S: Improve performance with misaligned buffers.
	
	Adjust the conditions for entering the aligned copy loop to
	improve performance on mutually misaligned buffer copies.
	
	2013-07-01  Will Newton  <will.newton@linaro.org>
	
	* libc/machine/arm/memcpy-armv7a.S: Adjust entry to
	aligned loop to improve misaligned copy performance.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.1801&r2=1.1802
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/machine/arm/memcpy-armv7a.S.diff?cvsroot=src&r1=1.1&r2=1.2



More information about the Newlib-cvs mailing list