diff --git a/common_riscv64.h b/common_riscv64.h index ba638e8be5..2e27d4c87c 100644 --- a/common_riscv64.h +++ b/common_riscv64.h @@ -97,6 +97,7 @@ static inline int blas_quickdivide(blasint x, blasint y){ // t-head toolchain uses obsolete rvv intrinsics, can't build for C910V without this #define RISCV_0p10_INTRINSICS #define RISCV_RVV(x) x +#include #else #define RISCV_RVV(x) __riscv_ ## x #endif