Skip to content

Commit c80084a

Browse files
committed
changed default x86_64 sgemv_n kernel to sgemv_n.c
1 parent 2bab929 commit c80084a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/x86_64/KERNEL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ endif
373373
GEMVDEP = ../l2param.h
374374

375375
ifndef SGEMVNKERNEL
376-
SGEMVNKERNEL = ../arm/gemv_n.c
376+
SGEMVNKERNEL = sgemv_n.c
377377
endif
378378

379379
ifndef SGEMVTKERNEL

0 commit comments

Comments
 (0)