This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: real.c fails floating point tests


On Wed, Oct 16, 2002 at 10:37:51AM -0400, Stephen L Moshier wrote:
> It is perplexing, why it was so important to remove a working
> arithmetic and substitute a non-working arithmetic.

The old implementation didn't work either.

It failed completely for denormal numbers for which the target
format also used a 15-bit exponent, i.e 80-bit double-extended
and 128-bit quad precisions.

> Here is the output of the PARANOIA test program for the current
> real.c arithmetic.

When I checked in the code, I had a 100% success for Paranoia
on x86, sparc, and alpha.  I've not checked since then since
I'd not changed the arithmetic routines at all.  I'll re-check.


r~


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