aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorStefan Liebler <stli@linux.vnet.ibm.com>2016-05-25 17:18:04 +0200
committerStefan Liebler <stli@linux.vnet.ibm.com>2016-05-25 17:18:04 +0200
commit3b704e26b33e35d99de920f8462d8e438f89be39 (patch)
tree41f0ab4e1ad0b24a8f19a31d00670f019ebc5641 /ChangeLog
parent4690dab084f854bf0013b5eaabcf90c2d5b692ff (diff)
downloadglibc-3b704e26b33e35d99de920f8462d8e438f89be39.zip
glibc-3b704e26b33e35d99de920f8462d8e438f89be39.tar.gz
glibc-3b704e26b33e35d99de920f8462d8e438f89be39.tar.bz2
S390: Optimize builtin iconv-modules.
This patch introduces a s390 specific gconv_simple.c file which provides optimized versions for z13 with vector instructions, which will be chosen at runtime via ifunc. The optimized conversions can convert between internal and ascii, ucs4, ucs4le, ucs2, ucs2le. If the build-environment lacks vector support, then iconv/gconv_simple.c is used wihtout any change. Otherwise iconvdata/gconv_simple.c is used to create conversion loop routines without vector instructions as fallback, if vector instructions aren't available at runtime. ChangeLog: * sysdeps/s390/multiarch/gconv_simple.c: New File. * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add gconv_simple.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 42f1b9d..285f4fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2016-05-25 Stefan Liebler <stli@linux.vnet.ibm.com>
+ * sysdeps/s390/multiarch/gconv_simple.c: New File.
+ * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add gconv_simple.
+
+2016-05-25 Stefan Liebler <stli@linux.vnet.ibm.com>
+
* sysdeps/s390/multiarch/8bit-generic.c: New File.
* sysdeps/s390/multiarch/gen-8bit.sh: New File.
* sysdeps/s390/multiarch/Makefile (generate-8bit-table):