[RISC-V] Add RISCV64_ZVL128B target to common_riscv64.h

This commit is contained in:
Octavian Maghiar 2024-01-19 12:40:00 +00:00
parent deecfb1a39
commit ccbc3f875b
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ static inline int blas_quickdivide(blasint x, blasint y){
#define BUFFER_SIZE ( 32 << 20) #define BUFFER_SIZE ( 32 << 20)
#define SEEK_ADDRESS #define SEEK_ADDRESS
#if defined(C910V) || (defined(RISCV64_ZVL256B) && (defined(__clang__) || defined(RVV_COMPATIBLE_GCC))) #if defined(C910V) || (defined(RISCV64_ZVL256B) && (defined(__clang__) || defined(RVV_COMPATIBLE_GCC))) || defined(RISCV64_ZVL128B)
# include <riscv_vector.h> # include <riscv_vector.h>
#endif #endif