Browse Source

enabled compiling of *3M functions

tags/v0.2.10.rc2^2
wernsaar 11 years ago
parent
commit
e80b144932
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      kernel/Makefile.L3

+ 2
- 2
kernel/Makefile.L3 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)


Loading…
Cancel
Save