Date: Fri, 10 Sep 1999 08:51:44 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include specialreg.h Message-ID: <199909101551.IAA73287@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 1999/09/10 08:51:44 PDT Modified files: sys/i386/include specialreg.h Log: Add the CR4 values for P3 SIMD enabling support. FXSR tells the cpu that the OS does FXSAVE/FXRESTOR instructions (fast FPU save/restore) during context switching and also enables SIMD since this enables saving the extra CPU context that isn't saved with normal FPU regs. The other enables the SIMD instructions to use exception 16 (FPU) error reporting. Note, this doesn't turn on SIMD, just defines the bits. Revision Changes Path 1.19 +3 -1 src/sys/i386/include/specialreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909101551.IAA73287>