mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
Allow operating system SSE support test to be overridden with an
environment variable.
This commit is contained in:
parent
2ac44e2509
commit
ab9e273c75
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: common_x86.c,v 1.8 2000/12/06 14:41:47 gareth Exp $ */
|
||||
/* $Id: common_x86.c,v 1.9 2000/12/07 02:36:38 gareth Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -259,7 +259,7 @@ void gl_init_all_x86_transform_asm( void )
|
|||
#endif
|
||||
|
||||
#ifdef USE_KATMAI_ASM
|
||||
if ( cpu_has_xmm ) {
|
||||
if ( cpu_has_xmm && getenv( "MESA_FORCE_KATMAI" ) == 0 ) {
|
||||
check_os_katmai_support();
|
||||
}
|
||||
if ( cpu_has_xmm ) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue