projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38bf45d
)
SSE segfaults in conform - disable for now.
author
Keith Whitwell
<keith@tungstengraphics.com>
Tue, 6 Jan 2004 12:19:40 +0000
(12:19 +0000)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Tue, 6 Jan 2004 12:19:40 +0000
(12:19 +0000)
src/mesa/x86/common_x86.c
patch
|
blob
|
history
diff --git
a/src/mesa/x86/common_x86.c
b/src/mesa/x86/common_x86.c
index 9b28403cf3e32dc800487303250423d8454e8992..b13618097942adab223509dec639eb7c8e305990 100644
(file)
--- a/
src/mesa/x86/common_x86.c
+++ b/
src/mesa/x86/common_x86.c
@@
-354,11
+354,11
@@
void _mesa_init_all_x86_transform_asm( void )
check_os_sse_support();
}
if ( cpu_has_xmm ) {
- if ( getenv( "MESA_NO_SSE" ) == 0 ) {
+ if (
0 &&
getenv( "MESA_NO_SSE" ) == 0 ) {
message( "SSE cpu detected.\n" );
_mesa_init_sse_transform_asm();
} else {
- message( "SSE cpu detected, but switched off by user.\n" );
+/* message( "SSE cpu detected, but switched off by user.\n" ); */
_mesa_x86_cpu_features &= ~(X86_FEATURE_XMM);
}
}