Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-6] src/lib/libm/arch
Module Name: src
Committed By: martin
Date: Sun Aug 12 18:53:11 UTC 2012
Modified Files:
src/lib/libm/arch/i387 [netbsd-6]: fenv.c
src/lib/libm/arch/x86_64 [netbsd-6]: fenv.c
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #477):
lib/libm/arch/i387/fenv.c: revision 1.4
lib/libm/arch/x86_64/fenv.c: revision 1.2
Mask off the result of feenableexcept and fedisableexcept on x86.
These shouldn't return bits outside FE_ALL_EXCEPT.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.3.8.1 src/lib/libm/arch/i387/fenv.c
cvs rdiff -u -r1.1 -r1.1.8.1 src/lib/libm/arch/x86_64/fenv.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