From 9a63cfa28eb76f76a3ea7d75e334a0b94a80793e Mon Sep 17 00:00:00 2001 From: x Date: Tue, 22 Oct 2019 15:22:11 +0200 Subject: [PATCH] IcBench: Makefile --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index aad4cf5..80f292a 100644 --- a/makefile +++ b/makefile @@ -45,10 +45,10 @@ ifneq (,$(findstring clang, $(CC))) MSSE=-O3 -march=armv8-a -mcpu=cortex-a72 -falign-loops -fomit-frame-pointer else MSSE=-O3 -march=armv8-a -mcpu=cortex-a72 -falign-loops -falign-labels -falign-functions -falign-jumps -fomit-frame-pointer -endif #-floop-optimize +endif else -ifeq (,$(findstring ppc64le, $(UNAMEM))) +ifeq ($(UNAME),$(filter $(UNAME),ppc64le)) MSSE=-msse2 else #Minimum SSE = Sandy Bridge, AVX2 = haswell