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:
Martin Kroeker 2018-03-17 13:49:15 +01:00 committed by GitHub
parent 0ab5bf1746
commit 28ac9ea5a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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