Merge pull request #18669 from wigyori/openblas-riscv

openblas: compile with RISCV64_GENERIC target on riscv64 arch
This commit is contained in:
Alexandru Ardelean 2022-06-02 14:27:37 +03:00 committed by GitHub
commit 49dbf87f1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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),)