diff options
author | Will Newton <will.newton@linaro.org> | 2013-07-01 09:58:34 +0000 |
---|---|---|
committer | Will Newton <will.newton@linaro.org> | 2013-07-01 09:58:34 +0000 |
commit | 5073668c61818d54189e08ca0cfa690558751870 (patch) | |
tree | 011cc1d6c36f9e60ce4636fa12c0c0a1a8292b67 /newlib/ChangeLog | |
parent | 562b70fbacf3987c231f2b1e5628f006a49a883f (diff) | |
download | cygnal-5073668c61818d54189e08ca0cfa690558751870.tar.gz cygnal-5073668c61818d54189e08ca0cfa690558751870.tar.bz2 cygnal-5073668c61818d54189e08ca0cfa690558751870.zip |
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.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index d5b7c7b44..5b73e71ab 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +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. + 2013-06-26 Jeff Johnston <jjohnstn@redhat.com> * libc/include/stdio.h: Specify std streams always in terms |