enabled use of GEMM3M functions

This commit is contained in:
wernsaar
2014-09-20 14:27:10 +02:00
parent 7a911569b8
commit 7aae4a62e7
6 changed files with 235 additions and 24 deletions

View File

@@ -4,11 +4,11 @@ include $(TOPDIR)/Makefile.system
SUPPORT_GEMM3M = 0
ifeq ($(ARCH), x86)
SUPPORT_GEMM3M = 0
SUPPORT_GEMM3M = 1
endif
ifeq ($(ARCH), x86_64)
SUPPORT_GEMM3M = 0
SUPPORT_GEMM3M = 1
endif
ifeq ($(ARCH), ia64)