Add -march=haswell to HASWELL part of DYNAMIC_ARCH build
This commit is contained in:
parent
0586899a10
commit
1ebe5c0f49
|
@ -16,6 +16,8 @@ ifeq ($(TARGET_CORE), SKYLAKEX)
|
||||||
override CFLAGS += -fno-asynchronous-unwind-tables
|
override CFLAGS += -fno-asynchronous-unwind-tables
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
elseifeq($(TARGET_CORE), HASWELL)
|
||||||
|
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) -march=haswell
|
||||||
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