From 81a22ef53953d950052c7bd5a282e96107a25f24 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 7 Oct 2005 17:18:51 +0000 Subject: MATH_DEBUG changes from bug #4468. --- src/mesa/x86/3dnow.c | 6 +++--- src/mesa/x86/sse.c | 4 ++-- src/mesa/x86/x86.c | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src/mesa/x86') diff --git a/src/mesa/x86/3dnow.c b/src/mesa/x86/3dnow.c index c0a4e7a175..032aa661f4 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 diff --git a/src/mesa/x86/sse.c b/src/mesa/x86/sse.c index 45852c4e1c..4b016a1e85 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 diff --git a/src/mesa/x86/x86.c b/src/mesa/x86/x86.c index 16586b9727..6b74e9e375 100644 --- a/src/mesa/x86/x86.c +++ b/src/mesa/x86/x86.c @@ -1,4 +1,4 @@ -/* $Id: x86.c,v 1.25 2002/04/09 14:58:03 keithw Exp $ */ +/* $Id: x86.c,v 1.26 2005/10/07 17:18:52 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -36,7 +36,7 @@ #include "x86.h" #include "common_x86_macros.h" -#ifdef DEBUG +#ifdef DEBUG_MATH #include "math/m_debug.h" #endif @@ -87,7 +87,7 @@ void _mesa_init_x86_transform_asm( void ) _mesa_clip_tab[4] = _mesa_x86_cliptest_points4; _mesa_clip_np_tab[4] = _mesa_x86_cliptest_points4_np; -#ifdef DEBUG +#ifdef DEBUG_MATH _math_test_all_transform_functions( "x86" ); _math_test_all_cliptest_functions( "x86" ); #endif -- cgit v1.2.3