This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] powerpc: Optimized strcat for POWER8/PPC64


On Wed, Dec 24, 2014 at 10:17:10AM -0200, Adhemerval Zanella wrote:
> Hi,
> 
> With new optimized strcpy for POWER8 [1], this patch adds an optimized
> strcat which uses it along with default implementation at strings/.
> 
> I see good improvements over POWER7 version on POWER8 machine, specially
> for unaligned cases (where the new strcpy aims to optimize).  Benchtests
> result in attachments.
> 
> Tested on powerpc64 and powerpc64le.
> 
So its just generic strcat where you use ifunc to avoid plt in strcpy
call. Seems ok.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]