summaryrefslogtreecommitdiff
path: root/cleanbench.c
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2008-11-15 02:44:58 +0000
committerMatt Turner <mattst88@gmail.com>2008-11-15 02:44:58 +0000
commitc0a8896d9a90e59429b6fecadc397ead42974f59 (patch)
tree8e0863bc2410e6538a7b063fb492949d2a78f35b /cleanbench.c
parent0f674b5b2f15c5cd30209230f22198cc71e74310 (diff)
Move linear defines from nmglobal.h to linear.c
git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@52 0d43b9a7-5ab2-4d7b-af9d-f64450cef757
Diffstat (limited to 'cleanbench.c')
-rw-r--r--cleanbench.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cleanbench.c b/cleanbench.c
index af58fc3..bb73b6a 100644
--- a/cleanbench.c
+++ b/cleanbench.c
@@ -84,7 +84,7 @@ puts("\nTEST : Iterations/sec. : Old Index : New Index");
puts(" : : Pentium 90* : AMD K6/233*");
puts("--------------------:------------------:-------------:------------");
-for(i=NEURAL;i<NUMTESTS;i++)
+for(i=LINEAR;i<NUMTESTS;i++)
{
if(tests_to_do[i])
{ printf("%s :",ftestnames[i]);