IcBench: Makefile

This commit is contained in:
x
2019-10-22 16:50:37 +02:00
parent f2ed108186
commit 640c4df7ba

View File

@ -50,8 +50,8 @@ endif
else
UNAMEA := $(shell uname -a)
ifneq (,$(findstring ppc64le, $(UNAMEA)))
MARCH=-march=power9, -mtune=power9
#MSSE=-mtune=power9
MSSE=-D__SSE__ -D__SSE2__ -D__SSSE3__ -mtune=power9
MARCH=-march=power9
CFLAGS+=-DNO_WARN_X86_INTRINSICS
else
#Minimum SSE = Sandy Bridge, AVX2 = haswell