From 6586752b252a4937c1ddbeb5a3ab3cddfc6fb2b7 Mon Sep 17 00:00:00 2001 From: x Date: Tue, 22 Oct 2019 19:05:23 +0200 Subject: [PATCH] IcBench: Makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index d68fff1..95c3a1b 100644 --- a/makefile +++ b/makefile @@ -50,7 +50,7 @@ endif else UNAMEA := $(shell uname -a) ifneq (,$(findstring ppc64le, $(UNAMEA))) -MSSE=-D__SSE__ -D__SSE2__ -D__SSSE3__ +MSSE=-D__SSE__ -D__SSE2__ MARCH=-march=power9 -mtune=power9 CFLAGS+=-DNO_WARN_X86_INTRINSICS else