summaryrefslogtreecommitdiff
path: root/Makefile.x86_64
diff options
context:
space:
mode:
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>2020-12-17 11:32:27 +0100
committerGitHub <noreply@github.com>2020-12-17 11:32:27 +0100
commitabef2ea770ce54349195506db84a3d64f65676a6 (patch)
tree9dd99dcb24011121bf1ac85e3755f84bb29bfc92 /Makefile.x86_64
parent723776ddf784e3b53792c6a5bbb41b3e20cdb06b (diff)
downloadopenblas-abef2ea770ce54349195506db84a3d64f65676a6.tar.gz
openblas-abef2ea770ce54349195506db84a3d64f65676a6.tar.bz2
openblas-abef2ea770ce54349195506db84a3d64f65676a6.zip
Move -fma option setting to kernel/Makefile.L1
Diffstat (limited to 'Makefile.x86_64')
-rw-r--r--Makefile.x86_646
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.x86_64 b/Makefile.x86_64
index 00967bcb6..175db823d 100644
--- a/Makefile.x86_64
+++ b/Makefile.x86_64
@@ -32,12 +32,6 @@ CCOMMON_OPT += -mavx2
FCOMMON_OPT += -mavx2
endif
endif
-ifndef OLDGCC
-ifdef HAVE_FMA3
-CCOMMON_OPT += -mfma
-FCOMMON_OPT += -mfma
-endif
-endif
ifeq ($(CORE), SKYLAKEX)
ifndef DYNAMIC_ARCH