IcBench: Makefile

This commit is contained in:
x
2019-10-22 15:10:53 +02:00
parent bf70cfe8b7
commit c021d4cc45

View File

@ -49,6 +49,7 @@ endif
#-floop-optimize #-floop-optimize
else else
ifeq (,$(findstring ppc64le, $(UNAMEM))) ifeq (,$(findstring ppc64le, $(UNAMEM)))
MSSE=-msse2
else 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