Skip to content

Commit dc68a48

Browse files
authored
Include v0p10 header when compiling RVV0.x code with the T-Head toolchain
1 parent 72f7b70 commit dc68a48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common_riscv64.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ static inline int blas_quickdivide(blasint x, blasint y){
9797
// t-head toolchain uses obsolete rvv intrinsics, can't build for C910V without this
9898
#define RISCV_0p10_INTRINSICS
9999
#define RISCV_RVV(x) x
100+
#include <riscv_vector_v0p10_non_policy_common.h>
100101
#else
101102
#define RISCV_RVV(x) __riscv_ ## x
102103
#endif

0 commit comments

Comments
 (0)