mirror of
https://github.com/OpenMathLib/OpenBLAS
synced 2026-06-08 01:15:39 +08:00
enabled optimized sgemv kernels for windows
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user