about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc64/multiarch/Makefile
diff options
context:
space:
mode:
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>2014-12-23 13:39:23 -0500
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>2015-01-13 11:28:40 -0500
commit9f2f36e5a91c2ce6edba5415e176155eb1008ae1 (patch)
treef772f8f5005de041205a3f1ed0317ce5bf992fc6 /sysdeps/powerpc/powerpc64/multiarch/Makefile
parent94c9680945369d63ef9ed266a29f28ebaaaeb5ce (diff)
downloadglibc-9f2f36e5a91c2ce6edba5415e176155eb1008ae1.tar.gz
glibc-9f2f36e5a91c2ce6edba5415e176155eb1008ae1.tar.xz
glibc-9f2f36e5a91c2ce6edba5415e176155eb1008ae1.zip
powerpc: Optimized strncat for POWER7/PPC64
With 3eb38795dbbbd816 (Simplify strncat) the generic algorithms uses
strlen, strnlen, and memcpy.  This is faster than POWER7 current
implementation, especially for unaligned strings (where POWER7 code
uses byte-byte operations).

This patch removes the assembly implementation and uses a multiarch
specialization based on default algorithm calling optimized POWER7
symbols.
Diffstat (limited to 'sysdeps/powerpc/powerpc64/multiarch/Makefile')
0 files changed, 0 insertions, 0 deletions