We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a27a27 + 76ef167 commit 5cb4f59Copy full SHA for 5cb4f59
1 file changed
kernel/riscv64/KERNEL.C910V
@@ -59,6 +59,7 @@ SDOTKERNEL = dot_vector.c
59
DDOTKERNEL = dot_vector.c
60
CDOTKERNEL = zdot_vector.c
61
ZDOTKERNEL = zdot_vector.c
62
+DSDOTKERNEL = ../generic/dot.c
63
64
SNRM2KERNEL = nrm2_vector.c
65
DNRM2KERNEL = nrm2_vector.c
0 commit comments