diff options
author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-12-23 13:39:23 -0500 |
---|---|---|
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2015-01-14 07:58:01 -0500 |
commit | 4242356131256e54ca3e96b0c6f2af773b7a69c8 (patch) | |
tree | 0629f900989bde21f012c013e28dc1902d9216bd /elf/multiload.c | |
parent | 11ce06e589429143595a6c4b60ac7ab6372201b1 (diff) | |
download | glibc-4242356131256e54ca3e96b0c6f2af773b7a69c8.zip glibc-4242356131256e54ca3e96b0c6f2af773b7a69c8.tar.gz glibc-4242356131256e54ca3e96b0c6f2af773b7a69c8.tar.bz2 |
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 'elf/multiload.c')
0 files changed, 0 insertions, 0 deletions