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:
0f863f9
)
Add -msse if supported
author
Martin Kroeker
<martin@ruby.chemie.uni-freiburg.de>
Sun, 22 Nov 2020 20:15:08 +0000
(21:15 +0100)
committer
GitHub
<noreply@github.com>
Sun, 22 Nov 2020 20:15:08 +0000
(21:15 +0100)
Makefile.x86
patch
|
blob
|
history
diff --git
a/Makefile.x86
b/Makefile.x86
index
3306909
..
f310f49
100644
(file)
--- a/
Makefile.x86
+++ b/
Makefile.x86
@@
-1,5
+1,10
@@
# COMPILER_PREFIX = mingw32-
+ifdef HAVE_SSE
+CCOMMON_OPT += -msse
+FCOMMON_OPT += -msse
+endif
+
ifeq ($(OSNAME), Interix)
ARFLAGS = -m x86