aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2017-06-30 22:57:12 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2017-06-30 22:57:12 +0530
commitab85da15301c552e3ea4577a6432aa028bee9295 (patch)
treedfd8d7089db08c43e577345f1b9303d0dc6c3418 /ChangeLog
parent4e61a6be446026c327aa70cef221c9082bf0085d (diff)
downloadglibc-ab85da15301c552e3ea4577a6432aa028bee9295.zip
glibc-ab85da15301c552e3ea4577a6432aa028bee9295.tar.gz
glibc-ab85da15301c552e3ea4577a6432aa028bee9295.tar.bz2
aarch64: Call all string function implementations in tests
The string function implementations implemented so far do not use any instructions that may deviate from standard aarch64, so it is possible for all routines to run on all armv8 hardware. Select all implementations in the benchmarks and tests. * sysdeps/aarch64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list): Unconditionally select thunderx routine for testing.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4919c9d..a955052 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-06-30 Siddhesh Poyarekar <siddhesh@sourceware.org>
+
+ * sysdeps/aarch64/multiarch/ifunc-impl-list.c
+ (__libc_ifunc_impl_list): Unconditionally select thunderx
+ routine for testing.
+
2017-06-30 H.J. Lu <hongjiu.lu@intel.com>
[BZ #21120]