optimized saxpy for piledriver

This commit is contained in:
Werner Saar
2015-04-14 08:34:11 +02:00
parent d7a17ad85d
commit 331c417637
3 changed files with 162 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
SAXPYKERNEL = saxpy.c
DAXPYKERNEL = daxpy.c
CAXPYKERNEL = caxpy.c
ZAXPYKERNEL = zaxpy.c