Move -fma option setting to kernel/Makefile.L1

This commit is contained in:
Martin Kroeker
2020-12-17 11:32:27 +01:00
committed by GitHub
parent 723776ddf7
commit abef2ea770

View File

@@ -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