From 759deddf0e60f91de3b287fa0d311ca8a73d9477 Mon Sep 17 00:00:00 2001 From: x Date: Tue, 22 Oct 2019 16:18:33 +0200 Subject: [PATCH] IcBench: Makefile --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index 8344719..3ee7555 100644 --- a/makefile +++ b/makefile @@ -51,6 +51,7 @@ else UNAMEA := $(shell uname -a) ifeq (,$(findstring ppc64le, $(UNAMEA))) MSSE=-mssse3 +CFLAGS+=-DNO_WARN_X86_INTRINSICS else #Minimum SSE = Sandy Bridge, AVX2 = haswell MSSE=-march=corei7-avx -mtune=corei7-avx