use -maxv2 on haswell
This commit is contained in:
parent
fbcb14a74b
commit
3843e3e017
|
@ -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=core-avx2
|
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) -mavx2
|
||||||
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