]> git.ipfire.org Git - thirdparty/glibc.git/commit
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>
Wed, 14 Jan 2015 12:58:01 +0000 (07:58 -0500)
commit11ce06e589429143595a6c4b60ac7ab6372201b1
treed16eb54458fb96fd637877e120561b6eb321afec
parenta9728856f02f74b60a546499c5bd8492d1726f98
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