X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f From: Martin Str|mberg Message-Id: <200203031723.g23HN3I04905@mother.ludd.luth.se> Subject: Re: cygnus libm test To: djgpp-workers AT delorie DOT com Date: Sun, 3 Mar 2002 18:23:03 +0100 (MET) In-Reply-To: <5137-Sun03Mar2002182000+0200-eliz@is.elta.co.il> from "Eli Zaretskii" at Mar 03, 2002 06:20:00 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk According to Eli Zaretskii: > against standard.results. Does the new compile only add new > inaccuracies, or does it add some and remove others? It adds many and removes some. > > log2 has two in bit 12 and one in bit 0!? > > What results are those? Are they finite or Inf/NaN? Bit 12: (-Inf NaN) Bit 0: (NaN NaN) > > log2 also has errno wrong- > > What value of errno? If log2 is documented to produce that value, > it's okay. It says: In log2() using log2_vec.c:146, errno wrong: 0 1 In log2() using log2_vec.c:147, errno wrong: 0 1 > > sqrt has two in bit 0!? > > That's a sign bit? A NaN, perhaps? (Our NaN has its sign bit set.) Yes, (NaN NaN). Right, MartinS