aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/mm/common.h
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2015-09-20 23:38:00 -0700
committerAndrew Waterman <waterman@cs.berkeley.edu>2015-09-20 23:39:33 -0700
commit7155726ad6612a7f87318d84ac496672f9bbc8ce (patch)
tree41536c613ff20382b4a9a789e91e11a176c027d5 /benchmarks/mm/common.h
parentf66d9faeca28d491115eb60a8f5b6b747f255a09 (diff)
downloadriscv-tests-7155726ad6612a7f87318d84ac496672f9bbc8ce.zip
riscv-tests-7155726ad6612a7f87318d84ac496672f9bbc8ce.tar.gz
riscv-tests-7155726ad6612a7f87318d84ac496672f9bbc8ce.tar.bz2
Remove Hwacha v3 tests
Diffstat (limited to 'benchmarks/mm/common.h')
-rw-r--r--benchmarks/mm/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/benchmarks/mm/common.h b/benchmarks/mm/common.h
index c48cc57..01b9f3f 100644
--- a/benchmarks/mm/common.h
+++ b/benchmarks/mm/common.h
@@ -19,7 +19,6 @@ typedef double t;
#define alloca_aligned(s, a) ((void*)(((uintptr_t)alloca((s)+(a)-1)+(a)-1)&~((a)-1)))
#include "rb.h"
-#include "hwacha.h"
#ifdef __cplusplus
extern "C" {