From 80faee0a8223a82319baf570124bfb5f508ec63c Mon Sep 17 00:00:00 2001 From: x Date: Tue, 22 Oct 2019 18:36:05 +0200 Subject: [PATCH] IcBench: Makefile --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 6dac3ee..d68fff1 100644 --- a/makefile +++ b/makefile @@ -50,8 +50,8 @@ endif else UNAMEA := $(shell uname -a) ifneq (,$(findstring ppc64le, $(UNAMEA))) -MSSE=-D__SSE__ -D__SSE2__ -D__SSSE3__ -mtune=power9 -MARCH=-march=power9 +MSSE=-D__SSE__ -D__SSE2__ -D__SSSE3__ +MARCH=-march=power9 -mtune=power9 CFLAGS+=-DNO_WARN_X86_INTRINSICS else #Minimum SSE = Sandy Bridge, AVX2 = haswell