enabled optimized sgemv kernel for HASWELL

This commit is contained in:
wernsaar
2014-06-25 12:56:45 +02:00
parent 0517672dd0
commit d2c82d7543

View File

@@ -1,3 +1,7 @@
SGEMVNKERNEL = sgemv_n.S
SGEMVTKERNEL = sgemv_t.S
SGEMMKERNEL = sgemm_kernel_16x4_haswell.S
SGEMMINCOPY = ../generic/gemm_ncopy_16.c
SGEMMITCOPY = ../generic/gemm_tcopy_16.c