From 2e5aea01b3e2c6a6647496ed8c8b454b81d2464e Mon Sep 17 00:00:00 2001 From: x Date: Tue, 22 Oct 2019 16:21:44 +0200 Subject: [PATCH] IcBench: Makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 6c81ca9..ca1611e 100644 --- a/makefile +++ b/makefile @@ -49,7 +49,7 @@ MSSE=-O3 -march=armv8-a -mcpu=cortex-a72 -falign-loops -falign-labels -falign-fu endif else UNAMEA := $(shell uname -a) -ifeq (,$(findstring ppc64le, $(UNAMEA))) +ifneq (,$(findstring ppc64le, $(UNAMEA))) MSSE=-mcpu=power9 CFLAGS+=-DNO_WARN_X86_INTRINSICS else