X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=benchmarks%2Fmm%2Fcommon.h;h=01b9f3fe781836ea0a85e348250946e57f9f5487;hb=7155726ad6612a7f87318d84ac496672f9bbc8ce;hp=c48cc57a88e62c1caf489953f63a2d4058ad43e4;hpb=f66d9faeca28d491115eb60a8f5b6b747f255a09;p=riscv-tests.git 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" {