This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCHv2] powerpc: Add optimized strcspn for P8
- From: "Paul E. Murphy" <murphyp at linux dot vnet dot ibm dot com>
- To: Tulio Magno Quites Machado Filho <tuliom at linux dot vnet dot ibm dot com>, "libc-alpha at sourceware dot org" <libc-alpha at sourceware dot org>
- Date: Mon, 25 Apr 2016 09:20:46 -0500
- Subject: Re: [PATCHv2] powerpc: Add optimized strcspn for P8
- Authentication-results: sourceware.org; auth=none
- References: <57194FD0 dot 6060406 at linux dot vnet dot ibm dot com> <87shyd24hv dot fsf at linux dot vnet dot ibm dot com>
Thank you for reviewing Tulio.
Pushed as 8f1b841e452dbb083112fd036033b7f4af506ba0 .
On 04/22/2016 07:49 AM, Tulio Magno Quites Machado Filho wrote:
> "Paul E. Murphy" <murphyp@linux.vnet.ibm.com> writes:
>
>> Changes from v1:
>>
>> * Tweak the macros a little more such to remove the need for the
>> more invasive modification of the EALIGN/END macros when building
>> the multiarch variants.
>>
>> * Fix a trivial merge conflict in the makefile.
>>
>> ---8<---
>> A few minor adjustments to the P8 strspn gives us
>> an almost equally optimized P8 strcspn.
>
> LGTM.
>