mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-08 02:02:23 +03:00
With 3eb38795db (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.
1.2 KiB
1.2 KiB