Browse Source

fix typo

tags/v0.3.28^2
Martin Kroeker GitHub 1 year ago
parent
commit
42d8865234
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile.system

+ 1
- 1
Makefile.system View File

@@ -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…
Cancel
Save