modified sgemv_n for haswell

This commit is contained in:
wernsaar
2014-08-04 16:22:11 +02:00
parent db6917303f
commit 3fbc13eb65
3 changed files with 89 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ ifdef OS_WINDOWS
SGEMVNKERNEL = ../arm/gemv_n.c
SGEMVTKERNEL = ../arm/gemv_t.c
else
SGEMVNKERNEL = sgemv_n_avx.c
SGEMVNKERNEL = sgemv_n.c
SGEMVTKERNEL = sgemv_t_avx.c
endif