Don't use FPU in benchmarks that don't need to use the FPU
[riscv-tests.git] / benchmarks / common / util.h
index c35bf7cde831b39354e7da5791737694840adb54..22f81cf90177008155cae8ea1df183575c2239d3 100644 (file)
@@ -35,8 +35,6 @@ extern void setStats(int enable);
 
 #include <stdint.h>
 
 
 #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[])
 #define static_assert(cond) switch(0) { case 0: case !!(long)(cond): ; }
 
 static void printArray(const char name[], int n, const int arr[])