Skip to content

Commit e207107

Browse files
authored
Use generic/dot.c for DSDOT on z13
The implementation in arm/dot.c has lower precision, as shown by the utest for dsdot.
1 parent c9d4080 commit e207107

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

kernel/zarch/KERNEL.Z13

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ SDOTKERNEL = ../arm/dot.c
4949
DDOTKERNEL = ddot.c
5050
CDOTKERNEL = ../arm/zdot.c
5151
ZDOTKERNEL = zdot.c
52+
DSDOTKERNEL = ../generic/dot.c
5253

5354
SNRM2KERNEL = ../arm/nrm2.c
5455
DNRM2KERNEL = ../arm/nrm2.c

0 commit comments

Comments
 (0)