IcBench: Makefile

This commit is contained in:
x
2019-10-22 15:10:07 +02:00
parent ce5723cdba
commit 5aaeb8d9c5

View File

@ -48,11 +48,14 @@ MSSE=-O3 -march=armv8-a -mcpu=cortex-a72 -falign-loops -falign-labels -falign-fu
endif endif
#-floop-optimize #-floop-optimize
else else
ifeq (,$(findstring ppc64le, $(UNAMEM)))
else
#Minimum SSE = Sandy Bridge, AVX2 = haswell #Minimum SSE = Sandy Bridge, AVX2 = haswell
MSSE=-march=corei7-avx -mtune=corei7-avx MSSE=-march=corei7-avx -mtune=corei7-avx
# -mno-avx -mno-aes (add for Pentium based Sandy bridge) # -mno-avx -mno-aes (add for Pentium based Sandy bridge)
MAVX2=-march=haswell MAVX2=-march=haswell
endif endif
endif
# Minimum CPU architecture # Minimum CPU architecture
#MARCH=-march=native #MARCH=-march=native