Merge pull request #2610 from martin-frbg/issue2552-3
Temporary workaround for excessive LAPACK test failures with COMPLEX on Skylake-X
This commit is contained in:
commit
948b6712ba
|
@ -24,3 +24,6 @@ DGEMM_BETA = dgemm_beta_skylakex.c
|
||||||
|
|
||||||
CGEMMKERNEL = cgemm_kernel_8x2_skylakex.c
|
CGEMMKERNEL = cgemm_kernel_8x2_skylakex.c
|
||||||
ZGEMMKERNEL = zgemm_kernel_4x2_skylakex.c
|
ZGEMMKERNEL = zgemm_kernel_4x2_skylakex.c
|
||||||
|
|
||||||
|
CSCALKERNEL = ../arm/zscal.c
|
||||||
|
ZSCALKERNEL = ../arm/zscal.c
|
||||||
|
|
Loading…
Reference in New Issue