enabled optimized sgemv kernels for windows
This commit is contained in:
parent
891b960854
commit
7aa43c8928
|
@ -1,11 +1,5 @@
|
||||||
ifdef OS_WINDOWS
|
|
||||||
SGEMVNKERNEL = sgemv_n.c
|
|
||||||
SGEMVTKERNEL = ../arm/gemv_t.c
|
|
||||||
else
|
|
||||||
SGEMVNKERNEL = sgemv_n.c
|
SGEMVNKERNEL = sgemv_n.c
|
||||||
SGEMVTKERNEL = sgemv_t.c
|
SGEMVTKERNEL = sgemv_t.c
|
||||||
endif
|
|
||||||
|
|
||||||
|
|
||||||
SGEMMKERNEL = sgemm_kernel_16x4_haswell.S
|
SGEMMKERNEL = sgemm_kernel_16x4_haswell.S
|
||||||
SGEMMINCOPY = ../generic/gemm_ncopy_16.c
|
SGEMMINCOPY = ../generic/gemm_ncopy_16.c
|
||||||
|
|
Loading…
Reference in New Issue