[PATCH] Remove GMP in favor of MPFR

Richard Henderson rth@redhat.com
Mon Jul 5 00:19:00 GMT 2004


On Sun, Jul 04, 2004 at 10:57:26AM -0700, Tim Prince wrote:
> >      /* Recall that IEEE numbers are interpreted as 1.F x 2**exp,
> >         whereas the intermediate representation is 0.F x 2**exp.
> 
> That should be 0.5F x 2**exp

No, the "1" is implicit in the IEEE format.  There is no implicit
bit in the real.c representation.  Thus "0.F" is correct.


r~



More information about the Gcc-patches mailing list