Browse Source

changed default x86_64 sgemv_n kernel to sgemv_n.c

tags/v0.2.11^2
wernsaar 11 years ago
parent
commit
c80084a98f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kernel/x86_64/KERNEL

+ 1
- 1
kernel/x86_64/KERNEL View File

@@ -373,7 +373,7 @@ endif
GEMVDEP = ../l2param.h

ifndef SGEMVNKERNEL
SGEMVNKERNEL = ../arm/gemv_n.c
SGEMVNKERNEL = sgemv_n.c
endif

ifndef SGEMVTKERNEL


Loading…
Cancel
Save