Use generic/dot.c instead of the inferior arm/dot.c for x86 DSDOT
to resolve dsdot utest failure seen in #1492
This commit is contained in:
parent
0ab5bf1746
commit
28ac9ea5a6
|
@ -169,7 +169,7 @@ ifndef ZDOTKERNEL
|
|||
ZDOTKERNEL = ../arm/zdot.c
|
||||
endif
|
||||
|
||||
DSDOTKERNEL = ../arm/dot.c
|
||||
DSDOTKERNEL = ../generic/dot.c
|
||||
|
||||
# Bug in znrm2 assembler kernel
|
||||
ifndef ZNRM2KERNEL
|
||||
|
|
Loading…
Reference in New Issue