IcBench: Makefile

This commit is contained in:
x
2019-10-22 16:19:16 +02:00
parent 759deddf0e
commit d621fd7d0b

View File

@ -50,7 +50,7 @@ endif
else
UNAMEA := $(shell uname -a)
ifeq (,$(findstring ppc64le, $(UNAMEA)))
MSSE=-mssse3
MSSE=-mcpu=power9
CFLAGS+=-DNO_WARN_X86_INTRINSICS
else
#Minimum SSE = Sandy Bridge, AVX2 = haswell