Subject: CVS commit: src/lib/libc/gen
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 02/21/2006 16:30:56
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.