IcBench: Makefile

This commit is contained in:
x
2019-10-22 19:24:50 +02:00
parent 6586752b25
commit 22649efd6a

View File

@ -50,7 +50,7 @@ endif
else
UNAMEA := $(shell uname -a)
ifneq (,$(findstring ppc64le, $(UNAMEA)))
MSSE=-D__SSE__ -D__SSE2__
MSSE=-D__SSE__ -D__SSE2__ -D__SSSE3__
MARCH=-march=power9 -mtune=power9
CFLAGS+=-DNO_WARN_X86_INTRINSICS
else