From aff36b0963e6eee63906b3d8622be5a98ba27a43 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Thu, 7 Jul 2016 19:28:47 -0700 Subject: Don't use FPU in benchmarks that don't need to use the FPU --- benchmarks/common/util.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'benchmarks/common/util.h') 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 -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[]) -- cgit v1.1