diff options
author | Will Newton <will.newton@linaro.org> | 2013-09-04 09:11:58 +0100 |
---|---|---|
committer | Will Newton <will.newton@linaro.org> | 2013-09-06 11:59:00 +0100 |
commit | bbf6e8e4f416ebb84b22b613752adb7cbc0d82df (patch) | |
tree | f9b845cd88f233a5c808bc5f6970f1246492a718 /ChangeLog | |
parent | 6c82a2f8d7c8e21e39237225c819f182ae438db3 (diff) | |
download | glibc-bbf6e8e4f416ebb84b22b613752adb7cbc0d82df.tar.gz glibc-bbf6e8e4f416ebb84b22b613752adb7cbc0d82df.tar.xz glibc-bbf6e8e4f416ebb84b22b613752adb7cbc0d82df.zip |
benchtests/Makefile: Run benchmark for memcpy.
The benchmark for memcpy got disabled accidentally. Re-enable it. ChangeLog: 2013-09-06 Will Newton <will.newton@linaro.org> * benchtests/Makefile (string-bench): Add memcpy.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 70de523509..d67993ad91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-09-06 Will Newton <will.newton@linaro.org> + + * benchtests/Makefile (string-bench): Add memcpy. + 2013-09-05 Carlos O'Donell <carlos@redhat.com> Cong Wang <amwang@redhat.com> |