Skip to content

Commit abef2ea

Browse files
authored
Move -fma option setting to kernel/Makefile.L1
1 parent 723776d commit abef2ea

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Makefile.x86_64

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ CCOMMON_OPT += -mavx2
3232
FCOMMON_OPT += -mavx2
3333
endif
3434
endif
35-
ifndef OLDGCC
36-
ifdef HAVE_FMA3
37-
CCOMMON_OPT += -mfma
38-
FCOMMON_OPT += -mfma
39-
endif
40-
endif
4135

4236
ifeq ($(CORE), SKYLAKEX)
4337
ifndef DYNAMIC_ARCH

0 commit comments

Comments
 (0)