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.
This commit is contained in:
Zhaofeng Li 2021-06-07 22:50:23 +00:00
parent 1e0192a5cc
commit 3521cd48cb
1 changed files with 1 additions and 0 deletions

View File

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