changed default x86_64 sgemv_n kernel to sgemv_n.c

This commit is contained in:
wernsaar
2014-08-05 19:42:56 +02:00
parent 2bab92961f
commit c80084a98f

View File

@@ -373,7 +373,7 @@ endif
GEMVDEP = ../l2param.h
ifndef SGEMVNKERNEL
SGEMVNKERNEL = ../arm/gemv_n.c
SGEMVNKERNEL = sgemv_n.c
endif
ifndef SGEMVTKERNEL