Skip to content

Commit 28ac9ea

Browse files
authored
Use generic/dot.c instead of the inferior arm/dot.c for x86 DSDOT
to resolve dsdot utest failure seen in #1492
1 parent 0ab5bf1 commit 28ac9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/x86/KERNEL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ ifndef ZDOTKERNEL
169169
ZDOTKERNEL = ../arm/zdot.c
170170
endif
171171

172-
DSDOTKERNEL = ../arm/dot.c
172+
DSDOTKERNEL = ../generic/dot.c
173173

174174
# Bug in znrm2 assembler kernel
175175
ifndef ZNRM2KERNEL

0 commit comments

Comments
 (0)