From 5aaeb8d9c5d7db9bc00eef5d7c737b080cd1844f Mon Sep 17 00:00:00 2001 From: x Date: Tue, 22 Oct 2019 15:10:07 +0200 Subject: [PATCH] IcBench: Makefile --- makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/makefile b/makefile index a8de24e..9566d9c 100644 --- a/makefile +++ b/makefile @@ -48,11 +48,14 @@ MSSE=-O3 -march=armv8-a -mcpu=cortex-a72 -falign-loops -falign-labels -falign-fu endif #-floop-optimize else +ifeq (,$(findstring ppc64le, $(UNAMEM))) +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 endif +endif # Minimum CPU architecture #MARCH=-march=native