From db1165bed12a8ad61a1569cc49965b296cfa714a Mon Sep 17 00:00:00 2001 From: x Date: Tue, 22 Oct 2019 16:23:33 +0200 Subject: [PATCH] IcBench: Makefile --- makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/makefile b/makefile index ca1611e..8c11559 100644 --- a/makefile +++ b/makefile @@ -50,13 +50,13 @@ endif else UNAMEA := $(shell uname -a) ifneq (,$(findstring ppc64le, $(UNAMEA))) -MSSE=-mcpu=power9 -CFLAGS+=-DNO_WARN_X86_INTRINSICS -else #Minimum SSE = Sandy Bridge, AVX2 = haswell MSSE=-march=corei7-avx -mtune=corei7-avx # -mno-avx -mno-aes (add for Pentium based Sandy bridge) MAVX2=-march=haswell +else +MSSE=-mtune=power9 +CFLAGS+=-DNO_WARN_X86_INTRINSICS endif endif