Merge pull request #18669 from wigyori/openblas-riscv
openblas: compile with RISCV64_GENERIC target on riscv64 arch
This commit is contained in:
commit
49dbf87f1f
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,8 @@ else ifeq ($(ARCH),mipsel)
|
|||
OPENBLAS_TARGET:=MIPS24K
|
||||
else ifeq ($(ARCH),powerpc)
|
||||
OPENBLAS_TARGET:=PPC440
|
||||
else ifeq ($(ARCH),riscv64)
|
||||
OPENBLAS_TARGET:=RISCV64_GENERIC
|
||||
endif
|
||||
endif # ifeq ($(OPENBLAS_TARGET),)
|
||||
|
||||
|
|
Loading…
Reference in a new issue