Browse Source

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.
tags/v0.3.16^2
Zhaofeng Li 4 years ago
parent
commit
3521cd48cb
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      kernel/riscv64/KERNEL.RISCV64_GENERIC

+ 1
- 0
kernel/riscv64/KERNEL.RISCV64_GENERIC 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


Loading…
Cancel
Save