CMSIS-DSP: Improvement to testing scripts
diff --git a/CMSIS/DSP/Testing/examples.sql b/CMSIS/DSP/Testing/examples.sql
index e4c201c..660ff20 100755
--- a/CMSIS/DSP/Testing/examples.sql
+++ b/CMSIS/DSP/Testing/examples.sql
@@ -6,7 +6,7 @@
 .headers ON
 .mode csv 
 
-/*
+
 select NB,CATEGORY.category,NAME,CYCLES,PLATFORM.platform,CORE.core,COMPILERKIND.compiler,COMPILER.version,BasicMathsBenchmarksF32.DATE 
   from BasicMathsBenchmarksF32
   INNER JOIN CATEGORY USING(categoryid)
@@ -15,8 +15,9 @@
   INNER JOIN COMPILER USING(compilerid)
   INNER JOIN COMPILERKIND USING(compilerkindid)
   ;
-*/
 
+
+/*
 select Regression,MAX,MAXREGCOEF,CATEGORY.category,NAME,PLATFORM.platform,CORE.core,COMPILERKIND.compiler,COMPILER.version,BasicMathsBenchmarksF32.DATE 
   from BasicMathsBenchmarksF32
   INNER JOIN CATEGORY USING(categoryid)
@@ -25,7 +26,7 @@
   INNER JOIN COMPILER USING(compilerid)
   INNER JOIN COMPILERKIND USING(compilerkindid)
   ;
-
+*/
 /* 
 
 Compute the max cycles for a test configuration (category + name)