From d621fd7d0b5748616cec625276dfd97fe5b330e6 Mon Sep 17 00:00:00 2001 From: x Date: Tue, 22 Oct 2019 16:19:16 +0200 Subject: [PATCH] IcBench: Makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 3ee7555..6c81ca9 100644 --- a/makefile +++ b/makefile @@ -50,7 +50,7 @@ endif else UNAMEA := $(shell uname -a) ifeq (,$(findstring ppc64le, $(UNAMEA))) -MSSE=-mssse3 +MSSE=-mcpu=power9 CFLAGS+=-DNO_WARN_X86_INTRINSICS else #Minimum SSE = Sandy Bridge, AVX2 = haswell