Module Name: src Committed By: riastradh Date: Sat Aug 4 03:53:56 UTC 2012
Modified Files: src/lib/libm/arch/i387: fenv.c src/lib/libm/arch/x86_64: fenv.c Log Message: 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.4 src/lib/libm/arch/i387/fenv.c cvs rdiff -u -r1.1 -r1.2 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.