Reverting Makefile
This commit is contained in:
parent
7aa974de5e
commit
12789eb308
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -265,8 +265,8 @@ ifndef RISCV
|
||||||
|
|
||||||
ifeq ($(UNAME_M),$(filter $(UNAME_M),x86_64 i686 amd64))
|
ifeq ($(UNAME_M),$(filter $(UNAME_M),x86_64 i686 amd64))
|
||||||
# Use all CPU extensions that are available:
|
# Use all CPU extensions that are available:
|
||||||
MK_CFLAGS += -march=znver4 -mtune=znver4
|
MK_CFLAGS += -march=native -mtune=native
|
||||||
HOST_CXXFLAGS += -march=znver4 -mtune=znver4
|
HOST_CXXFLAGS += -march=native -mtune=native
|
||||||
|
|
||||||
# Usage AVX-only
|
# Usage AVX-only
|
||||||
#MK_CFLAGS += -mfma -mf16c -mavx
|
#MK_CFLAGS += -mfma -mf16c -mavx
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue