IcBench: Makefile
This commit is contained in:
3
makefile
3
makefile
@ -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
|
||||||
|
Reference in New Issue
Block a user