diff options
Diffstat (limited to 'src/mesa/x86/3dnow.c')
-rw-r--r-- | src/mesa/x86/3dnow.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/x86/3dnow.c b/src/mesa/x86/3dnow.c index c0a4e7a1751..032aa661f44 100644 --- a/src/mesa/x86/3dnow.c +++ b/src/mesa/x86/3dnow.c @@ -1,4 +1,4 @@ -/* $Id: 3dnow.c,v 1.23 2003/03/29 16:38:37 brianp Exp $ */ +/* $Id: 3dnow.c,v 1.24 2005/10/07 17:18:52 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -37,7 +37,7 @@ #include "3dnow.h" #include "common_x86_macros.h" -#ifdef DEBUG +#ifdef DEBUG_MATH #include "math/m_debug.h" #endif @@ -84,7 +84,7 @@ void _mesa_init_3dnow_transform_asm( void ) ASSIGN_NORM_GROUP( 3dnow ); */ -#ifdef DEBUG +#ifdef DEBUG_MATH _math_test_all_transform_functions( "3DNow!" ); _math_test_all_normal_transform_functions( "3DNow!" ); #endif |