should be core-avx2
This commit is contained in:
parent
2a3190dc76
commit
fbcb14a74b
|
@ -17,7 +17,7 @@ ifeq ($(TARGET_CORE), SKYLAKEX)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
else ifeq($(TARGET_CORE), HASWELL)
|
else ifeq($(TARGET_CORE), HASWELL)
|
||||||
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) -march=core2-avx
|
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) -march=core-avx2
|
||||||
else
|
else
|
||||||
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE)
|
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE)
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue