]> git.ipfire.org Git - thirdparty/glibc.git/commit - ChangeLog
powerpc: Optimized strcat for POWER8/PPC64
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Tue, 23 Dec 2014 18:36:34 +0000 (13:36 -0500)
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Tue, 13 Jan 2015 16:28:36 +0000 (11:28 -0500)
commit94c9680945369d63ef9ed266a29f28ebaaaeb5ce
treeb6c8f97275fb5372fc47ec058ad7f0ce0b771f5b
parent96d6fd6c4060d739abb1822e7ad633af749532b2
powerpc: Optimized strcat for POWER8/PPC64

With new optimized strcpy for POWER8, this patch adds an optimized
strcat which uses it along with default implementation at strings/.
ChangeLog
sysdeps/powerpc/powerpc64/multiarch/Makefile
sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c [new file with mode: 0644]
sysdeps/powerpc/powerpc64/multiarch/strcat.c