diff options
Diffstat (limited to 'src/mesa/x86/sse.c')
-rw-r--r-- | src/mesa/x86/sse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/x86/sse.c b/src/mesa/x86/sse.c index 45852c4e1c0..4b016a1e850 100644 --- a/src/mesa/x86/sse.c +++ b/src/mesa/x86/sse.c @@ -35,7 +35,7 @@ #include "sse.h" #include "common_x86_macros.h" -#ifdef DEBUG +#ifdef DEBUG_MATH #include "math/m_debug.h" #endif @@ -114,7 +114,7 @@ void _mesa_init_sse_transform_asm( void ) ASSIGN_NORM_GROUP( sse ); #endif -#ifdef DEBUG +#ifdef DEBUG_MATH _math_test_all_transform_functions( "SSE" ); _math_test_all_normal_transform_functions( "SSE" ); #endif |