]> sourceware.org Git - glibc.git/commit
PowerPC: strcat optimization for PPC64/POWER7
authorVidya Ranganathan <[email protected]>
Thu, 12 Jun 2014 03:21:20 +0000 (22:21 -0500)
committerAdhemerval Zanella <[email protected]>
Thu, 28 Aug 2014 13:27:57 +0000 (09:27 -0400)
commit9841a0850ed3be4310ec6b49c3349e39a6f0f481
tree2177778256481ce87534d343d75aa71683a7e6fa
parentded8852b37f673b8e66163b44f70504dc5af0985
PowerPC: strcat optimization for PPC64/POWER7

This patch adds an ifunc power7 strcat symbol that uses the logic on
sysdeps/powerpc/strcat.c but call power7 strlen/strcpy symbols instead
of default ones.

This is a backport of bc8ea38590070604006399e42469087e943fc8ec.
ChangeLog
sysdeps/powerpc/powerpc64/multiarch/Makefile
sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c [new file with mode: 0644]
sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c [new file with mode: 0644]
sysdeps/powerpc/powerpc64/multiarch/strcat.c [new file with mode: 0644]
sysdeps/powerpc/strcat.c
This page took 0.049954 seconds and 6 git commands to generate.