IcBench: Makefile

This commit is contained in:
x
2019-10-22 16:18:33 +02:00
parent 031aa9dfc2
commit 759deddf0e

View File

@ -51,6 +51,7 @@ else
UNAMEA := $(shell uname -a) UNAMEA := $(shell uname -a)
ifeq (,$(findstring ppc64le, $(UNAMEA))) ifeq (,$(findstring ppc64le, $(UNAMEA)))
MSSE=-mssse3 MSSE=-mssse3
CFLAGS+=-DNO_WARN_X86_INTRINSICS
else else
#Minimum SSE = Sandy Bridge, AVX2 = haswell #Minimum SSE = Sandy Bridge, AVX2 = haswell
MSSE=-march=corei7-avx -mtune=corei7-avx MSSE=-march=corei7-avx -mtune=corei7-avx