Add comment regarding sse disable
authorKeith Whitwell <keith@tungstengraphics.com>
Tue, 6 Jan 2004 12:20:20 +0000 (12:20 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Tue, 6 Jan 2004 12:20:20 +0000 (12:20 +0000)
src/mesa/x86/common_x86.c

index b13618097942adab223509dec639eb7c8e305990..6afc16456693a0adfb288554eb9383326c027e7f 100644 (file)
@@ -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();