guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: number->string radix patch


From: Kevin Ryde
Subject: Re: number->string radix patch
Date: Fri, 11 Jun 2004 11:40:19 +1000
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux)

Marius Vollmer <address@hidden> writes:
>
> For me, the difference is between compiling with optimization and
> without.

On i386 with optimization you get a few extra bits of precision
because gcc holds values in the 8087 registers.  Without optimization
it writes back to memory after every op, forcing rounding at each
stage.

(Unoptimized is still not always the same as an actual 53-bit chip
like ppc, since there's two roundings, first to 64 bits then to 53.)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]