Module Name: src Committed By: dsl Date: Wed Feb 12 23:04:43 UTC 2014
Modified Files: src/sys/arch/amd64/include: fenv.h src/sys/arch/i386/include: fenv.h Log Message: Add definitions of the default control words directly to this file instead of pulling the kernel definition of the fpu (etc) into userspace programs. I've included machine/fenv.h into x86/cpu.c to ensure the duplicated definitions stay in step. The default control words are now the hardware defaults. XXX: Anyone care to explain the differences between the i386 and amd64 versions of this file? To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/amd64/include/fenv.h cvs rdiff -u -r1.1 -r1.2 src/sys/arch/i386/include/fenv.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.