add optimized cdot- and zdot-kernel for haswell

This commit is contained in:
Werner Saar
2015-04-09 15:13:52 +02:00
parent b57a60dac8
commit fd838c75bc
3 changed files with 241 additions and 0 deletions

View File

@@ -12,6 +12,9 @@ CGEMVTKERNEL = cgemv_t_4.c
SDOTKERNEL = sdot.c
DDOTKERNEL = ddot.c
CDOTKERNEL = cdot.c
ZDOTKERNEL = zdot.c
DAXPYKERNEL = daxpy.c
SAXPYKERNEL = saxpy.c