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
parent
commit
e207107150
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      kernel/zarch/KERNEL.Z13

+ 1
- 0
kernel/zarch/KERNEL.Z13 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


Loading…
Cancel
Save