aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/common/util.h
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2016-07-07 19:28:47 -0700
committerAndrew Waterman <waterman@cs.berkeley.edu>2016-07-07 19:28:47 -0700
commitaff36b0963e6eee63906b3d8622be5a98ba27a43 (patch)
tree44f1e0a6c53c0b83e46bbc661f62f149ed470379 /benchmarks/common/util.h
parentd05da334979f92f10054a21fb5f98cac87484271 (diff)
downloadriscv-tests-aff36b0963e6eee63906b3d8622be5a98ba27a43.zip
riscv-tests-aff36b0963e6eee63906b3d8622be5a98ba27a43.tar.gz
riscv-tests-aff36b0963e6eee63906b3d8622be5a98ba27a43.tar.bz2
Don't use FPU in benchmarks that don't need to use the FPU
Diffstat (limited to 'benchmarks/common/util.h')
-rw-r--r--benchmarks/common/util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/benchmarks/common/util.h b/benchmarks/common/util.h
index c35bf7c..22f81cf 100644
--- a/benchmarks/common/util.h
+++ b/benchmarks/common/util.h
@@ -35,8 +35,6 @@ extern void setStats(int enable);
#include <stdint.h>
-extern int have_vec;
-
#define static_assert(cond) switch(0) { case 0: case !!(long)(cond): ; }
static void printArray(const char name[], int n, const int arr[])