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] Enable unaligned loads on x86-64.


On Thu, May 28, 2015 at 09:43:31AM -0700, Richard Henderson wrote:
> On 05/28/2015 01:40 AM, OndÅej BÃlka wrote:
> > Hi, as I mentioned before in header optimization thread its now disabled
> > on x86-64 but on for x86.
> > 
> > So just enable that by copying generic bits/string.h header there.
> > 
> > OK to commit?
> 
> Um... x86 is the shared directory for x86_64 and i386.
> Is the existing header really not being found?
> 
Didn't see it. Now there is problem that provided assembly versions were
optimized for 486 and have terible performance in lines of current
strcmp builtin.


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