fix typo
This commit is contained in:
parent
9eecd0d33b
commit
42d8865234
|
@ -277,7 +277,7 @@ endif
|
|||
ifeq ($(ARCH), arm64)
|
||||
GEMM_GEMV_FORWARD = 1
|
||||
endif
|
||||
ifeq($(ARCH), riscv)
|
||||
ifeq ($(ARCH), riscv)
|
||||
GEMM_GEMV_FORWARD = 1
|
||||
endif
|
||||
ifeq ($(ARCH), power)
|
||||
|
|
Loading…
Reference in New Issue