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 - Optimization for str[n]casecmp functions


On Tue, Oct 25, 2011 at 15:04, Adhemerval Zanella
<azanella@linux.vnet.ibm.com> wrote:
> This patch provides throughput boost for the strcasecmp/strncasecmp
> functions for POWER7 for both ppc32 (25%) and ppc64 (40%),

If it does, then fix the compiler to automatically do this.  Add
options for the ppc builds.  There i no reason whatsoever to add this
code as it is identical to the generic code.


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