Subject: PR/32861 CVS commit: src/lib/libc/gen
To: None <lib-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Matthias Drochner <drochner@netbsd.org>
List: netbsd-bugs
Date: 02/21/2006 16:35:02
The following reply was made to PR lib/32861; it has been noted by GNATS.
From: Matthias Drochner <drochner@netbsd.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: PR/32861 CVS commit: src/lib/libc/gen
Date: Tue, 21 Feb 2006 16:30:56 +0000 (UTC)
Module Name: src
Committed By: drochner
Date: Tue Feb 21 16:30:56 UTC 2006
Modified Files:
src/lib/libc/gen: frexp_ieee754.c
Log Message:
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.5 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.