Browse Source

enabled optimized sgemv kernel for HASWELL

tags/v0.2.10.rc1^2
wernsaar 12 years ago
parent
commit
d2c82d7543
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      kernel/x86_64/KERNEL.HASWELL

+ 4
- 0
kernel/x86_64/KERNEL.HASWELL View File

@@ -1,3 +1,7 @@
SGEMVNKERNEL = sgemv_n.S
SGEMVTKERNEL = sgemv_t.S


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


Loading…
Cancel
Save