IcBench: Makefile

This commit is contained in:
x
2019-10-22 15:22:11 +02:00
parent 0be290362b
commit 9a63cfa28e

View File

@ -45,10 +45,10 @@ ifneq (,$(findstring clang, $(CC)))
MSSE=-O3 -march=armv8-a -mcpu=cortex-a72 -falign-loops -fomit-frame-pointer
else
MSSE=-O3 -march=armv8-a -mcpu=cortex-a72 -falign-loops -falign-labels -falign-functions -falign-jumps -fomit-frame-pointer
endif
#-floop-optimize
endif
else
ifeq (,$(findstring ppc64le, $(UNAMEM)))
ifeq ($(UNAME),$(filter $(UNAME),ppc64le))
MSSE=-msse2
else
#Minimum SSE = Sandy Bridge, AVX2 = haswell