aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorStefan Liebler <stli@linux.vnet.ibm.com>2017-06-27 17:09:43 +0200
committerStefan Liebler <stli@linux.vnet.ibm.com>2017-06-27 17:09:43 +0200
commit593e4da186906525e2a0bdc4d87601bd0c2625eb (patch)
treec66ef4eb008f4a5ba94ea7605827f348fdf44ea8 /ChangeLog
parent23ea69a9d6e9ab28c66a232b767a800b04eaa938 (diff)
downloadglibc-593e4da186906525e2a0bdc4d87601bd0c2625eb.zip
glibc-593e4da186906525e2a0bdc4d87601bd0c2625eb.tar.gz
glibc-593e4da186906525e2a0bdc4d87601bd0c2625eb.tar.bz2
S390: Use cu42 instruction for converting from utf32 to utf16.
This patch adds an ifunc variant to use the cu instruction on arch12 CPUs. This new ifunc variant can be built if binutils support z13 vector instructions. At runtime, HWCAP_S390_VXE decides if we can use the cu42 instruction. ChangeLog: * sysdeps/s390/utf16-utf32-z9.c (__to_utf16_loop_vx_cu): Use vector and cu42 instruction. * sysdeps/s390/multiarch/utf16-utf32-z9.c: Add __to_utf16_loop_vx_cu in ifunc resolver.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dedaa3c..2cfd824 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2017-06-27 Stefan Liebler <stli@linux.vnet.ibm.com>
+ * sysdeps/s390/utf16-utf32-z9.c (__to_utf16_loop_vx_cu):
+ Use vector and cu42 instruction.
+ * sysdeps/s390/multiarch/utf16-utf32-z9.c:
+ Add __to_utf16_loop_vx_cu in ifunc resolver.
+
+2017-06-27 Stefan Liebler <stli@linux.vnet.ibm.com>
+
* sysdeps/s390/utf8-utf32-z9.c (__to_utf8_loop_vx_cu):
Use vector and cu41 instruction.
* sysdeps/s390/multiarch/utf8-utf32-z9.c: Add __to_utf8_loop_vx_cu