enabled compiling of *3M functions

This commit is contained in:
wernsaar 2014-07-02 14:11:53 +02:00
parent 02a504c0b8
commit e80b144932
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
USE_GEMM3M = 0
ifeq ($(ARCH), x86)
USE_GEMM3M = 0
USE_GEMM3M = 1
endif
ifeq ($(ARCH), x86_64)
USE_GEMM3M = 0
USE_GEMM3M = 1
endif
ifeq ($(ARCH), ia64)