Use generic/dot.c for DSDOT on z13

The implementation in arm/dot.c has lower precision, as shown by the utest for dsdot.
This commit is contained in:
Martin Kroeker 2018-02-25 19:51:25 +01:00 committed by GitHub
parent c9d408064a
commit e207107150
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ SDOTKERNEL = ../arm/dot.c
DDOTKERNEL = ddot.c
CDOTKERNEL = ../arm/zdot.c
ZDOTKERNEL = zdot.c
DSDOTKERNEL = ../generic/dot.c
SNRM2KERNEL = ../arm/nrm2.c
DNRM2KERNEL = ../arm/nrm2.c