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 13/19] PowerPC: multiarch strncasecmp for PowerPC32


On Mon, 2013-11-18 at 09:15 -0200, Adhemerval Zanella wrote:
> On 15-11-2013 14:49, Steven Munroe wrote:
> > On Thu, 2013-10-31 at 10:12 -0200, Adhemerval Zanella wrote:
> >> 2013-08-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
> >>
> >> 	* sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
> >> 	file.
> >> 	* sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
> >> 	multiarch strncasecmp for PPC32.
> >> 	* sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
> >> 	file.
> >> 	* sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
> >> 	multiarch strncasecmp_l for PPC32.
> >> 	* sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
> >> 	strncasecmp multiarch objects.
> >> 	* sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
> >> 	(__libc_ifunc_impl_list): Likewise.
> >>
> >> --
> > I don't see where the P7 unique implementation is comeing from?
> >
> >
> The 'strncase-power7.c' and 'strncase_l-power7.c' plus the compiler flags at the Makefile
> (CFLAGS-strncase-power7.c += -mcpu=power7 -funroll-loops).
> 
Ok I see it now, it is easy to miss the #includes tucked into the patch.


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