[PATCH v2] powerpc64le: Optimized strcat for POWER10

Peter Bergner bergner@linux.ibm.com
Tue Nov 19 21:33:11 GMT 2024


On 11/12/24 12:35 AM, Mahesh Bodapati wrote:
> With the new optimized strcpy and strlen implementation, this patch adds
> an optimized strcat which uses it along with default implementation at
> strings.
> ---
>  sysdeps/powerpc/powerpc64/multiarch/Makefile  |  5 +--
>  .../powerpc64/multiarch/ifunc-impl-list.c     |  5 +++
>  .../powerpc64/multiarch/strcat-power10.c      | 33 +++++++++++++++++++
>  sysdeps/powerpc/powerpc64/multiarch/strcat.c  | 22 +++++++++----
>  4 files changed, 56 insertions(+), 9 deletions(-)
>  create mode 100644 sysdeps/powerpc/powerpc64/multiarch/strcat-power10.c

This LGTM, modulo some small whitespace issues which I cleaned up
and the copyright date for the new file should just be 2024 which
I fixed.

Thanks and pushed.

Peter





More information about the Libc-alpha mailing list