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] Split mantissa calculation loop and add branchprediction to mp multiplication


On Tue, Jan 01, 2013 at 02:30:07PM +0100, Andreas Jaeger wrote:
> compare the formatting of the above code with the one below - and
> let's use consistently the better in both places:

Thanks, done.

> >+  for (; k > 1; )

I've made this into a 'while' since the 'for' is unnecessary.  I've
verified that the code generated is identical.

Siddhesh


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