enabled compiling of *3M functions
This commit is contained in:
parent
02a504c0b8
commit
e80b144932
|
@ -1,11 +1,11 @@
|
||||||
USE_GEMM3M = 0
|
USE_GEMM3M = 0
|
||||||
|
|
||||||
ifeq ($(ARCH), x86)
|
ifeq ($(ARCH), x86)
|
||||||
USE_GEMM3M = 0
|
USE_GEMM3M = 1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(ARCH), x86_64)
|
ifeq ($(ARCH), x86_64)
|
||||||
USE_GEMM3M = 0
|
USE_GEMM3M = 1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(ARCH), ia64)
|
ifeq ($(ARCH), ia64)
|
||||||
|
|
Loading…
Reference in New Issue