This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] powerpc: Optimized strncat for POWER8
- From: Carlos Eduardo Seo <cseo at linux dot vnet dot ibm dot com>
- To: Rajalakshmi Srinivasaraghavan <raji at linux dot vnet dot ibm dot com>
- Cc: <libc-alpha at sourceware dot org>
- Date: Wed, 12 Apr 2017 16:01:56 -0300
- Subject: Re: [PATCH] powerpc: Optimized strncat for POWER8
- Authentication-results: sourceware.org; auth=none
- References: <1491811164-7320-1-git-send-email-raji@linux.vnet.ibm.com>
On 4/10/17, 4:59 AM, "Rajalakshmi Srinivasaraghavan" <libc-alpha-owner@sourceware.org on behalf of raji@linux.vnet.ibm.com> wrote:
With new optimized strnlen for POWER8 [1], this patch adds
strncat for power8 to make use of optimized strlen and strnlen.
This is faster than POWER7 current implementation for larger strings.
Tested on powerpc64 and powerpc64le.
OK.