enabled compiling of *3M functions
authorwernsaar <wernsaar@googlemail.com>
Wed, 2 Jul 2014 12:11:53 +0000 (14:11 +0200)
committerwernsaar <wernsaar@googlemail.com>
Wed, 2 Jul 2014 12:11:53 +0000 (14:11 +0200)
kernel/Makefile.L3

index 14ee6c8..268177c 100644 (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)