Refs #695 #783. Replace default x86_64 cgemv_t

asm kernel by C kernel.
This commit is contained in:
Zhang Xianyi 2016-03-01 11:18:56 +08:00
parent 17d655fa64
commit efa4f5c936
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ CGEMVNKERNEL = cgemv_n.S
endif endif
ifndef CGEMVTKERNEL ifndef CGEMVTKERNEL
CGEMVTKERNEL = cgemv_t.S CGEMVTKERNEL = ../arm/zgemv_t.c
endif endif
ifndef ZGEMVNKERNEL ifndef ZGEMVNKERNEL