IcBench: Makefile

This commit is contained in:
x
2019-10-22 16:21:44 +02:00
parent d621fd7d0b
commit 2e5aea01b3

View File

@ -49,7 +49,7 @@ MSSE=-O3 -march=armv8-a -mcpu=cortex-a72 -falign-loops -falign-labels -falign-fu
endif
else
UNAMEA := $(shell uname -a)
ifeq (,$(findstring ppc64le, $(UNAMEA)))
ifneq (,$(findstring ppc64le, $(UNAMEA)))
MSSE=-mcpu=power9
CFLAGS+=-DNO_WARN_X86_INTRINSICS
else