summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>2014-11-19 15:24:55 -0500
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>2014-12-02 07:16:24 -0500
commitbb2542e0ae6f82197e804e7e9b78fed461553fc0 (patch)
tree2e62b412d0e0991663d888dd31b214c0c69b5f5c /ChangeLog
parent2e8a2de2dafa3238b5b58eecb407af6825a780cd (diff)
downloadglibc-bb2542e0ae6f82197e804e7e9b78fed461553fc0.tar.gz
powerpc: Add powerpc64 strcspn optimization
This patch makes the POWER7 optimized strcspn generic by using default doubleword stores to zero the hash, instead of VSX instructions. Performance on POWER7/POWER8 does not change.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d069e4193e..5679760da0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,13 @@
2014-12-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
+
+ * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
+ Remove strcspn objects.
+ * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
+ (__libc_ifunc_impl_list): Remove strcspn implementation.
+ * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
+ * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
+ * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
+ * sysdeps/powerpc/powerpc64/strcspn.S: New file.
* sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
Remove strspn objetcs.