projects
/
platform
/
upstream
/
openblas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02a504c
)
enabled compiling of *3M functions
author
wernsaar
<wernsaar@googlemail.com>
Wed, 2 Jul 2014 12:11:53 +0000
(14:11 +0200)
committer
wernsaar
<wernsaar@googlemail.com>
Wed, 2 Jul 2014 12:11:53 +0000
(14:11 +0200)
kernel/Makefile.L3
patch
|
blob
|
history
diff --git
a/kernel/Makefile.L3
b/kernel/Makefile.L3
index
14ee6c8
..
268177c
100644
(file)
--- a/
kernel/Makefile.L3
+++ b/
kernel/Makefile.L3
@@
-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)