ARM: Improve armv7 memcpy performance.
authorWill Newton <will.newton@linaro.org>
Wed, 7 Aug 2013 13:15:52 +0000 (14:15 +0100)
committerWill Newton <will.newton@linaro.org>
Mon, 16 Sep 2013 16:55:28 +0000 (17:55 +0100)
commitcd90698b541046c22544c2c057a4676368fd1d7f
tree152f00ad520b5c8e106f821044f3b589da2a7872
parentf06dd27b0c61ea8905103c9391f0900fa896bd74
ARM: Improve armv7 memcpy performance.

Only enter the aligned copy loop with buffers that can be 8-byte
aligned. This improves performance slightly on Cortex-A9 and
Cortex-A15 cores for large copies with buffers that are 4-byte
aligned but not 8-byte aligned.

ports/ChangeLog.arm:

2013-09-16  Will Newton  <will.newton@linaro.org>

* sysdeps/arm/armv7/multiarch/memcpy_impl.S: Tighten check
on entry to aligned copy loop to improve performance.
ports/ChangeLog.arm
ports/sysdeps/arm/armv7/multiarch/memcpy_impl.S