[PATCH] Add branch prediction favouring normal numbers

Siddhesh Poyarekar siddhesh@redhat.com
Fri Dec 28 03:58:00 GMT 2012


On Thu, Dec 27, 2012 at 04:38:56PM -0500, Mike Frysinger wrote:
> > +  if (__glibc_likely (EX> -42 || (EX==-42 && X[1]>=TWO10)))
> > +    norm(x,y,p);
> > +  else
> > +    denorm(x,y,p);
> 
> should we fix the style while we're modifying the file ?  there's quite a number 
> of spaces that are "missing" ...

I did that because the coding style in these files is at best
inconsistent and at worst, unreadable.  I'm not making the coding
style any more inconsistent with that change.

Of course, if I'm mistaken and there is in fact a coding style to that
file then I'd really like to know.

Siddhesh



More information about the Libc-alpha mailing list