From c9f7d558dc6db27121fb20dcd5116fe96b39d9ef Mon Sep 17 00:00:00 2001 From: x Date: Tue, 22 Oct 2019 16:27:46 +0200 Subject: [PATCH] IcBench: Makefile --- makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index 8c11559..6889e99 100644 --- a/makefile +++ b/makefile @@ -55,7 +55,8 @@ MSSE=-march=corei7-avx -mtune=corei7-avx # -mno-avx -mno-aes (add for Pentium based Sandy bridge) MAVX2=-march=haswell else -MSSE=-mtune=power9 +MARCH=-mcpu=power9, -mtune=power9 +#MSSE=-mtune=power9 CFLAGS+=-DNO_WARN_X86_INTRINSICS endif endif