Skip to content

Commit

Permalink
Include v0p10 header when compiling RVV0.x code with the T-Head toolc…
Browse files Browse the repository at this point in the history
…hain
  • Loading branch information
martin-frbg authored Dec 6, 2024
1 parent 72f7b70 commit dc68a48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common_riscv64.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <riscv_vector_v0p10_non_policy_common.h>
#else
#define RISCV_RVV(x) __riscv_ ## x
#endif
Expand Down

0 comments on commit dc68a48

Please sign in to comment.