Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc/gen
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.
Home |
Main Index |
Thread Index |
Old Index