disabled optimized haswell zgemv_n kernel for windows ( bad rounding )
This commit is contained in:
parent
462b4885ff
commit
dbc2eff029
|
@ -2,7 +2,10 @@ SGEMVNKERNEL = sgemv_n.c
|
|||
SGEMVTKERNEL = sgemv_t.c
|
||||
DGEMVNKERNEL = dgemv_n.c
|
||||
DGEMVTKERNEL = dgemv_t.c
|
||||
|
||||
ifndef OS_WINDOWS
|
||||
ZGEMVNKERNEL = zgemv_n.c
|
||||
endif
|
||||
|
||||
SGEMMKERNEL = sgemm_kernel_16x4_haswell.S
|
||||
SGEMMINCOPY = ../generic/gemm_ncopy_16.c
|
||||
|
|
Loading…
Reference in New Issue