From 18cf5a908aa5f5cf74b8d582df4a4b219a033e8d Mon Sep 17 00:00:00 2001 From: x Date: Sun, 22 Dec 2019 13:57:40 +0100 Subject: [PATCH] IcBench: Makefile --- makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 260e69d..d53973f 100644 --- a/makefile +++ b/makefile @@ -55,8 +55,9 @@ else endif SSE=-march=armv8-a else ifeq ($(ARCH),$(filter $(ARCH),x86_64)) -# set minimum arch sandy bridge sse4.1 w/o avx - SSE=-march=corei7-avx -mtune=corei7-avx -mno-avx -mno-aes +# set minimum arch sandy bridge SSE4.1 + AVX + SSE=-march=corei7-avx -mtune=corei7-avx +# SSE+=-mno-avx -mno-aes CFLAGS=$(SSE) AVX2=-march=haswell endif