added dgemm-, dtrmm-, zgemm- and ztrmm-kernel for power8

This commit is contained in:
Werner Saar
2016-03-01 07:33:56 +01:00
parent 3e8d6ea74f
commit b752858d6c
28 changed files with 14013 additions and 166 deletions

View File

@@ -36,6 +36,11 @@ ifeq ($(CORE), HASWELL)
USE_TRMM = 1
endif
ifeq ($(CORE), POWER8)
USE_TRMM = 1
endif
SKERNELOBJS += \