Module Name:src
Committed By: christos
Date: Fri Oct 18 17:03:02 UTC 2013
Modified Files:
src/lib/libm/arch/x86_64: fenv.c
Log Message:
use the masked variable
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libm/arch/x86_64/fenv.c
Please note that d
Module Name:src
Committed By: riastradh
Date: Wed May 29 02:27:39 UTC 2013
Modified Files:
src/lib/libm/arch/x86_64: fenv.c
Log Message:
Fix amd64 feraiseexcept so that it actually traps.
The call to fwait got lost somewhere along the line; the i387 code
has it.
XXX pull