Add dsdot

This commit is contained in:
Martin Kroeker 2017-10-16 23:29:03 +02:00 committed by GitHub
parent 8ac87c1cb6
commit 28c3fa8950
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ DDOTKERNEL = ddot.c
CDOTKERNEL = cdot.c
ZDOTKERNEL = zdot.c
DSDOTKERNEL = sdot.c
SAXPYKERNEL = saxpy.c
DAXPYKERNEL = daxpy.c
CAXPYKERNEL = caxpy.c