Add trivially optimized dsdot based on sdot

This commit is contained in:
Martin Kroeker 2017-11-24 20:02:28 +01:00 committed by GitHub
parent 1bb6a96ebc
commit 4fbdcfa823
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ CAXPYKERNEL = caxpy.c
ZAXPYKERNEL = zaxpy.c
SDOTKERNEL = sdot.c
DSDOTKERNEL = sdot.c
CDOTKERNEL = cdot.c
ZDOTKERNEL = zdot.c