Browse Source

enabled optimized sgemv kernels for windows

tags/v0.2.11^2
wernsaar 12 years ago
parent
commit
7aa43c8928
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      kernel/x86_64/KERNEL.HASWELL

+ 0
- 6
kernel/x86_64/KERNEL.HASWELL 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


SGEMMKERNEL = sgemm_kernel_16x4_haswell.S
SGEMMINCOPY = ../generic/gemm_ncopy_16.c


Loading…
Cancel
Save