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