setStats in benchmarks now should set and unset the stats register. Also, removed...
[riscv-tests.git] / benchmarks / common / util.h
index 082489bf80975eb391b738792c12bcea2ecf8b31..ea065304f9b60228db9f718c891d211dce67aa83 100644 (file)
 // Set SET_STATS to 1 if you want to carve out the piece that actually
 // does the computation.
 
 // Set SET_STATS to 1 if you want to carve out the piece that actually
 // does the computation.
 
-#ifndef SET_STATS
-#define SET_STATS 0
-#endif
-
 #if HOST_DEBUG
 #include <stdio.h>
 static void setStats(int enable) {}
 #if HOST_DEBUG
 #include <stdio.h>
 static void setStats(int enable) {}