Subject: Re: HUGE_VAL - NAN
To: Richard Earnshaw <rearnsha@arm.com>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: port-arm32
Date: 04/19/2000 12:22:32
On Tue, Apr 18, 2000 at 01:43:03PM +0100, Richard Earnshaw wrote:
>
> OK. The problem is that __nanf is not correctly aligned, so that when
> read as a double we get garbage. If you add the following to the top of
> your program, then this overrides the libc version of __nanf and we get
> the correct results.
...
> This should be send-pr'ed.
Just send-pr'ed your fix as lib/9931
> A similar fix is also required for Infinity:
> we have just been lucky there so far.
I thought that was what lib/7829 was about (inf.c) or is there still
something to worry about?
Cheers,
Patrick