Add trivially optimized dsdot based on sdot

This commit is contained in:
Martin Kroeker
2017-11-24 19:59:28 +01:00
committed by GitHub
parent 5056a044b2
commit f0333333d1

View File

@@ -2,6 +2,7 @@ SAXPYKERNEL = saxpy.c
DAXPYKERNEL = daxpy.c
SDOTKERNEL = sdot.c
DSDOTKERNEL = sdot.c
DDOTKERNEL = ddot.c
DSYMV_U_KERNEL = dsymv_U.c