added optimized zaxpy kernel for POWER8

This commit is contained in:
Werner Saar
2016-03-23 11:20:23 +01:00
parent 53bfc83c26
commit 55eda3813b
3 changed files with 391 additions and 1 deletions

View File

@@ -113,7 +113,7 @@ ZTRSMKERNEL_RT = ../generic/trsm_kernel_RT.c
#SAXPYKERNEL = ../arm/axpy.c
DAXPYKERNEL = daxpy.c
#CAXPYKERNEL = ../arm/zaxpy.c
#ZAXPYKERNEL = ../arm/zaxpy.c
ZAXPYKERNEL = zaxpy.c
#
#SCOPYKERNEL = ../arm/copy.c
#DCOPYKERNEL = ../arm/copy.c