enabled optimized nehalem sgemv_t kernel for windows
This commit is contained in:
parent
d945a2b06d
commit
2f8927376f
|
@ -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 = gemm_kernel_4x8_nehalem.S
|
SGEMMKERNEL = gemm_kernel_4x8_nehalem.S
|
||||||
SGEMMINCOPY = gemm_ncopy_4.S
|
SGEMMINCOPY = gemm_ncopy_4.S
|
||||||
|
|
Loading…
Reference in New Issue