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 cfc4acc commit c4e23ddCopy full SHA for c4e23dd
kernel/Makefile
@@ -37,7 +37,7 @@ ifeq ($(TARGET_CORE), SKYLAKEX)
37
override CFLAGS += -fno-asynchronous-unwind-tables
38
endif
39
40
-else ifeq($(TARGET_CORE), HASWELL)
+else ifeq ($(TARGET_CORE), HASWELL)
41
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) $(AVX2OPT)
42
else
43
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE)
0 commit comments