Skip to content

Commit b660008

Browse files
authored
Work around DOT and SWAP test failures
1 parent f834660 commit b660008

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

kernel/sparc/KERNEL.sparc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,13 @@ ZTRSMKERNEL_LN = ztrsm_kernel_LN.S
5454
ZTRSMKERNEL_LT = ztrsm_kernel_LT.S
5555
ZTRSMKERNEL_RN = ztrsm_kernel_LT.S
5656
ZTRSMKERNEL_RT = ztrsm_kernel_RT.S
57+
58+
59+
SDOTKERNEL = ../generic/dot.c
60+
SDSDOTKERNEL = ../generic/dot.c
61+
DSDOTKERNEL = ../generic/dot.c
62+
DDOTKERNEL = ../generic/dot.c
63+
CDOTKERNEL = ../arm/zdot.c
64+
ZDOTKERNEL = ../arm/zdot.c
65+
CSWAPKERNEL = ../arm/zswap.c
66+
ZSWAPKERNEL = ../arm/zswap.c

0 commit comments

Comments
 (0)