Skip to content

Commit 2271c35

Browse files
authored
Work around excessive LAPACK test failures on Skylake-X
Something in the plain C parts of x86_64 cscal.c and zscal.c appears to be miscompiled by both gfortran9 and ifort when compiling for skylakex-avx512, even when the optimized Haswell microkernel is not in use.
1 parent 9472dd9 commit 2271c35

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

kernel/x86_64/KERNEL.SKYLAKEX

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ DGEMM_BETA = dgemm_beta_skylakex.c
2424

2525
CGEMMKERNEL = cgemm_kernel_8x2_skylakex.c
2626
ZGEMMKERNEL = zgemm_kernel_4x2_skylakex.c
27+
28+
CSCALKERNEL = ../arm/zscal.c
29+
ZSCALKERNEL = ../arm/zscal.c

0 commit comments

Comments
 (0)