Skip to content

Commit 86943af

Browse files
Fix x280 taget include riscv_vector.h
1 parent 9c49a81 commit 86943af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common_riscv64.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ static inline int blas_quickdivide(blasint x, blasint y){
9191
#define BUFFER_SIZE ( 32 << 20)
9292
#define SEEK_ADDRESS
9393

94-
#if defined(C910V) || (defined(RISCV64_ZVL256B) && (defined(__clang__) || defined(RVV_COMPATIBLE_GCC))) || defined(RISCV64_ZVL128B)
94+
#if defined(C910V) || (defined(RISCV64_ZVL256B) && (defined(__clang__) || defined(RVV_COMPATIBLE_GCC))) || defined(RISCV64_ZVL128B) || defined(x280)
9595
# include <riscv_vector.h>
9696
#endif
9797

0 commit comments

Comments
 (0)