Conditionalize the illegal MXCSR tests on SSE support. Machines that did
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 29 Jan 2008 19:55:00 +0000 (19:55 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 29 Jan 2008 19:55:00 +0000 (19:55 +0000)
commitaecc83836fefbf916b33a5444ac077ebaa78012e
treee0de3c3573d170e2f69d187952f4ff407a580ad2
parent1902d4338f1f1c324f9b652bbbf0bba602bb7ee5
Conditionalize the illegal MXCSR tests on SSE support.  Machines that did
not support SSE were improperly reporting MXCSR violations.

Finish implementing SSE support in the vkernel (not well tested).

Reported-by: ejc <eric.j.christeson@gmail.com>
sys/platform/pc32/isa/npx.c
sys/platform/vkernel/i386/npx.c
sys/platform/vkernel/include/md_var.h
sys/platform/vkernel/platform/init.c