[PATCH] Split mantissa calculation loop and add branch prediction to mp multiplication

Siddhesh Poyarekar siddhesh@redhat.com
Wed Jan 2 06:21:00 GMT 2013


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



More information about the Libc-alpha mailing list