From ecc04e57cf15cbaee1c5090c3a32d407a0b1cda6 Mon Sep 17 00:00:00 2001 From: moluopro Date: Mon, 3 Aug 2026 22:05:43 +0800 Subject: [PATCH] Fix RISC-V GEMM/GEMV forwarding in Make builds --- Makefile.system | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.system b/Makefile.system index 2290e783f4..e8e732e9c8 100644 --- a/Makefile.system +++ b/Makefile.system @@ -285,7 +285,7 @@ GEMM_GEMV_FORWARD = 1 SBGEMM_GEMV_FORWARD = 1 BGEMM_GEMV_FORWARD = 1 endif -ifeq ($(ARCH), riscv) +ifeq ($(ARCH), riscv64) GEMM_GEMV_FORWARD = 1 endif ifeq ($(ARCH), power)