Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libm
Module Name: src
Committed By: is
Date: Tue Jan 17 13:16:08 UTC 2006
Modified Files:
src/lib/libm: Makefile
Added Files:
src/lib/libm/noieee_src: n_round.c n_roundf.c
Removed Files:
src/lib/libm/arch/vax: n_round.S
Log Message:
C versions of non-IEEE round() / roundf(). Alas, using the VAX
cvtrdl; cvtld doesn't work for big numbers.
To generate a diff of this commit:
cvs rdiff -r1.70 -r1.71 src/lib/libm/Makefile
cvs rdiff -r1.2 -r0 src/lib/libm/arch/vax/n_round.S
cvs rdiff -r0 -r1.1 src/lib/libm/noieee_src/n_round.c \
src/lib/libm/noieee_src/n_roundf.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