enabled optimized sgemv kernels for windows

This commit is contained in:
wernsaar 2014-08-06 14:24:36 +02:00
parent 7aa43c8928
commit ca6c8d06ce
2 changed files with 0 additions and 12 deletions

View File

@ -1,11 +1,5 @@
ifdef OS_WINDOWS
SGEMVNKERNEL = sgemv_n.c
SGEMVTKERNEL = ../arm/gemv_t.c
else
SGEMVNKERNEL = sgemv_n.c
SGEMVTKERNEL = sgemv_t.c
endif
ZGEMVNKERNEL = zgemv_n_dup.S
ZGEMVTKERNEL = zgemv_t.S

View File

@ -1,11 +1,5 @@
ifdef OS_WINDOWS
SGEMVNKERNEL = sgemv_n.c
SGEMVTKERNEL = ../arm/gemv_t.c
else
SGEMVNKERNEL = sgemv_n.c
SGEMVTKERNEL = sgemv_t.c
endif
ZGEMVNKERNEL = zgemv_n_dup.S
ZGEMVTKERNEL = zgemv_t.S