Browse Source

enabled optimized sgemv kernel for barcelona and piledriver

tags/v0.2.10.rc1^2
wernsaar 12 years ago
parent
commit
a13bcc1716
2 changed files with 6 additions and 0 deletions
  1. +3
    -0
      kernel/x86_64/KERNEL.BARCELONA
  2. +3
    -0
      kernel/x86_64/KERNEL.PILEDRIVER

+ 3
- 0
kernel/x86_64/KERNEL.BARCELONA View File

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

ZGEMVNKERNEL = zgemv_n_dup.S
ZGEMVTKERNEL = zgemv_t_dup.S



+ 3
- 0
kernel/x86_64/KERNEL.PILEDRIVER View File

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

ZGEMVNKERNEL = zgemv_n_dup.S
ZGEMVTKERNEL = zgemv_t_dup.S



Loading…
Cancel
Save