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 fbcb14a commit 3843e3eCopy full SHA for 3843e3e
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=core-avx2
+ override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) -mavx2
21
else
22
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE)
23
0 commit comments