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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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