Subject: CVS commit: basesrc/lib/libc/arch/sh3/gen
To: None <source-changes@netbsd.org>
From: SAITOH Masanobu <msaitoh@netbsd.org>
List: source-changes
Date: 12/10/2001 12:23:05
Module Name:	basesrc
Committed By:	msaitoh
Date:		Mon Dec 10 10:23:04 UTC 2001

Modified Files:
	basesrc/lib/libc/arch/sh3/gen: ldexp.c

Log Message:
sync with other archs.

Important fixes:

 > ldexp(denormal, exp>1023) would generate the wrong result in all non-overflow
 > cases.  Totally rework this code to fix this bug *and* make it faster.

 > Don't ever return -0.0.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 basesrc/lib/libc/arch/sh3/gen/ldexp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.