Skip to content

Commit 3521cd4

Browse files
committed
RISCV64_GENERIC: Use generic kernel for DSDOT for better precision
The implementation in `riscv64/dot.c` fails the `test_dsdot` test, and the generic kernel seems to have better precision. Tested on SiFive FU740 (HiFive Unmatched) and QEMU. Also see #1469.
1 parent 1e0192a commit 3521cd4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

kernel/riscv64/KERNEL.RISCV64_GENERIC

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ SDOTKERNEL = ../riscv64/dot.c
5454
DDOTKERNEL = ../riscv64/dot.c
5555
CDOTKERNEL = ../riscv64/zdot.c
5656
ZDOTKERNEL = ../riscv64/zdot.c
57+
DSDOTKERNEL = ../generic/dot.c
5758

5859
SNRM2KERNEL = ../riscv64/nrm2.c
5960
DNRM2KERNEL = ../riscv64/nrm2.c

0 commit comments

Comments
 (0)