Fix typo
This commit is contained in:
parent
81fbe8d088
commit
6f4dc7445d
|
@ -40,7 +40,7 @@ endif
|
|||
ifdef TARGET_CORE
|
||||
ifeq ($(TARGET_CORE), COOPERLAKE)
|
||||
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE)
|
||||
ifeq ($(GCCVERSIONGTEQ10, 1)
|
||||
ifeq ($(GCCVERSIONGTEQ10), 1)
|
||||
override CFLAGS += -march=cooperlake
|
||||
else
|
||||
override CFLAGS += -march=skylake-avx512
|
||||
|
|
Loading…
Reference in New Issue