Browse Source

Add dsdot

tags/v0.3.0
Martin Kroeker GitHub 8 years ago
parent
commit
28c3fa8950
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      kernel/x86_64/KERNEL.HASWELL

+ 2
- 0
kernel/x86_64/KERNEL.HASWELL 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


Loading…
Cancel
Save