We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ebe5c0 commit 2a3190dCopy full SHA for 2a3190d
kernel/Makefile
@@ -16,8 +16,8 @@ ifeq ($(TARGET_CORE), SKYLAKEX)
16
override CFLAGS += -fno-asynchronous-unwind-tables
17
endif
18
19
-elseifeq($(TARGET_CORE), HASWELL)
20
- override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) -march=haswell
+else ifeq($(TARGET_CORE), HASWELL)
+ override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) -march=core2-avx
21
else
22
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE)
23
0 commit comments