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
1 changed files with 1 additions and 1 deletions

View File

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