modified sgemv_n for haswell
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user