summaryrefslogtreecommitdiff
path: root/src/mesa/x86/common_x86.c
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2004-01-06 12:20:20 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2004-01-06 12:20:20 +0000
commit85138fa443f5d50fa54b3b154a208ec86075d668 (patch)
treeb3dda4b0307957ebb56340507ad48543f5861b50 /src/mesa/x86/common_x86.c
parent20caac0967dbe73306d1f130bea561be411fc067 (diff)
Add comment regarding sse disable
Diffstat (limited to 'src/mesa/x86/common_x86.c')
-rw-r--r--src/mesa/x86/common_x86.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/x86/common_x86.c b/src/mesa/x86/common_x86.c
index b136180979..6afc164566 100644
--- a/src/mesa/x86/common_x86.c
+++ b/src/mesa/x86/common_x86.c
@@ -354,6 +354,8 @@ void _mesa_init_all_x86_transform_asm( void )
check_os_sse_support();
}
if ( cpu_has_xmm ) {
+ /* SSE segfaults when running conform, disabled for now - KW.
+ */
if ( 0 && getenv( "MESA_NO_SSE" ) == 0 ) {
message( "SSE cpu detected.\n" );
_mesa_init_sse_transform_asm();