Merge pull request #1494 from martin-frbg/x86_dsdot

Use generic/dot.c instead of the inferior arm/dot.c for x86 DSDOT
This commit is contained in:
Martin Kroeker 2018-03-17 15:26:47 +01:00 committed by GitHub
commit 6a6ffaff1e
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