Browse Source
Use generic/dot.c for DSDOT on z13
The implementation in arm/dot.c has lower precision, as shown by the utest for dsdot.
tags/v0.3.0
Martin Kroeker
GitHub
8 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
kernel/zarch/KERNEL.Z13
|
|
|
@@ -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 |
|
|
|
|