Add trivially optimized dsdot based on sdot
This commit is contained in:
parent
5056a044b2
commit
f0333333d1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue