IcBench: Makefile

This commit is contained in:
x
2019-10-22 19:05:23 +02:00
parent 1b3dd8a3be
commit 6586752b25

View File

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