Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libm/arch/i387
Module Name: src
Committed By: drochner
Date: Mon Jun 23 10:24:13 UTC 2008
Modified Files:
src/lib/libm/arch/i387: abi.h e_exp.S
Log Message:
-fix an obvious mistake in fpcw check
-replace ARG_DOUBLE_ONE_HALF by _MSW/_LSW because this reflects the
intention and also matches the terms used in C code,
also make the code where the fpcw overwrites the argument a bit
self-documenting
(this abstraction sucks because it forces to write inefficient code)
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/lib/libm/arch/i387/abi.h
cvs rdiff -r1.13 -r1.14 src/lib/libm/arch/i387/e_exp.S
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