Mark RV32 tests as such
[riscv-tests.git] / benchmarks / mm / common.h
index c48cc57a88e62c1caf489953f63a2d4058ad43e4..01b9f3fe781836ea0a85e348250946e57f9f5487 100644 (file)
@@ -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" {