Module Name: src Committed By: maxv Date: Fri Nov 3 07:14:24 UTC 2017
Modified Files: src/sys/arch/x86/include: fpu.h src/sys/arch/x86/x86: fpu.c identcpu.c Log Message: Fix MXCSR_MASK, it needs to be detected dynamically, otherwise when masking MXCSR we are losing some features (eg DAZ). To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/x86/include/fpu.h cvs rdiff -u -r1.20 -r1.21 src/sys/arch/x86/x86/fpu.c cvs rdiff -u -r1.61 -r1.62 src/sys/arch/x86/x86/identcpu.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.