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 2a3190d commit fbcb14aCopy full SHA for fbcb14a
kernel/Makefile
@@ -17,7 +17,7 @@ ifeq ($(TARGET_CORE), SKYLAKEX)
17
endif
18
19
else ifeq($(TARGET_CORE), HASWELL)
20
- override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) -march=core2-avx
+ override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) -march=core-avx2
21
else
22
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE)
23
0 commit comments