Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc
Module Name: basesrc
Committed By: mycroft
Date: Sun Aug 29 19:08:45 UTC 1999
Modified Files:
basesrc/lib/libc/arch/ns32k/gen: Makefile.inc
Added Files:
basesrc/lib/libc/arch/ns32k/gen: ldexp.c
Removed Files:
basesrc/lib/libc/arch/ns32k/gen: ldexp.S
Log Message:
Use the C version of ldexp(). The assembler version was broken in several
ways (ldexp(0.0, 5000) returned +Inf, didn't do normalization/denormalization,
etc.).
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 basesrc/lib/libc/arch/ns32k/gen/Makefile.inc
cvs rdiff -r1.4 -r0 basesrc/lib/libc/arch/ns32k/gen/ldexp.S
cvs rdiff -r0 -r1.1 basesrc/lib/libc/arch/ns32k/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