Subject: PR/32861 CVS commit: [netbsd-3] src/lib/libc/gen
To: None <lib-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Jeff Rizzo <riz@netbsd.org>
List: netbsd-bugs
Date: 03/24/2006 22:45:02
The following reply was made to PR lib/32861; it has been noted by GNATS.
From: Jeff Rizzo <riz@netbsd.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: PR/32861 CVS commit: [netbsd-3] src/lib/libc/gen
Date: Fri, 24 Mar 2006 22:41:07 +0000 (UTC)
Module Name: src
Committed By: riz
Date: Fri Mar 24 22:41:07 UTC 2006
Modified Files:
src/lib/libc/gen [netbsd-3]: frexp_ieee754.c
Log Message:
Pull up following revision(s) (requested by drochner in ticket #1216):
lib/libc/gen/frexp_ieee754.c: revision 1.5
scale denormal numbers, to get a meaningful exponent (and a mantissa
which just consists of the implicit bit),
fixes PR lib/32861 by FX Coudert
(the bug was seen in gfortran stress tests)
(we should use the code in fdlibm as we do for frexpf())
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.4.6.1 src/lib/libc/gen/frexp_ieee754.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.