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: msaitoh
Date: Thu Jun 13 08:41:16 UTC 2013
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 #899):
lib/libm/arch/i387/fenv.c: revision 1.5
lib/libm/arch/x86_64/fenv.c: revision 1.3-1.4
Fix amd64 feraiseexcept so that it actually traps.
The call to fwait got lost somewhere along the line; the i387 code has it.
Fix sense of fegetexcept on x86.
Somehow I overlooked this when I fixed feenableexcept and fedisableexcept
last summer.
To generate a diff of this commit:
cvs rdiff -u -r1.3.8.1 -r1.3.8.2 src/lib/libm/arch/i387/fenv.c
cvs rdiff -u -r1.1.8.1 -r1.1.8.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.
Home |
Main Index |
Thread Index |
Old Index