File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ ifeq ($(TARGET_CORE), COOPERLAKE)
36
36
ifeq ($(GCCVERSIONGTEQ10), 1)
37
37
override CFLAGS += -march=cooperlake
38
38
else
39
- override CFLAGS += -march=skylake-avx512
39
+ override CFLAGS += -march=skylake-avx512 -mavx512f
40
40
endif
41
41
ifeq ($(OSNAME), CYGWIN_NT)
42
42
override CFLAGS += -fno-asynchronous-unwind-tables
@@ -47,7 +47,7 @@ ifeq ($(TARGET_CORE), COOPERLAKE)
47
47
endif
48
48
endif
49
49
else ifeq ($(TARGET_CORE), SKYLAKEX)
50
- override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE ) -march=skylake-avx512
50
+ override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE ) -march=skylake-avx512 -mavx512f
51
51
ifeq ($(OSNAME), CYGWIN_NT)
52
52
override CFLAGS += -fno-asynchronous-unwind-tables
53
53
endif
You can’t perform that action at this time.
0 commit comments