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