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 0c773b8 commit 7a53128Copy full SHA for 7a53128
kernel/Makefile
@@ -41,6 +41,9 @@ ifdef NO_AVX2
41
endif
42
43
ifdef TARGET_CORE
44
+ ifeq ($(TARGET_CORE), $(filter $(TARGET_CORE),PRESCOTT CORE2 PENRYN DUNNINGTON ATOM NANO NEHALEM BARCELONA BOBCAT BULLDOZER PILEDRIVER EXCAVATOR STEAMROLLER OPTERON_SSE3))
45
+ override CFLAGS += -msse3
46
+endif
47
ifeq ($(TARGET_CORE), COOPERLAKE)
48
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE)
49
ifeq ($(GCCVERSIONGTEQ10), 1)
0 commit comments