IcBench: Makefile
This commit is contained in:
4
makefile
4
makefile
@ -45,10 +45,10 @@ ifneq (,$(findstring clang, $(CC)))
|
|||||||
MSSE=-O3 -march=armv8-a -mcpu=cortex-a72 -falign-loops -fomit-frame-pointer
|
MSSE=-O3 -march=armv8-a -mcpu=cortex-a72 -falign-loops -fomit-frame-pointer
|
||||||
else
|
else
|
||||||
MSSE=-O3 -march=armv8-a -mcpu=cortex-a72 -falign-loops -falign-labels -falign-functions -falign-jumps -fomit-frame-pointer
|
MSSE=-O3 -march=armv8-a -mcpu=cortex-a72 -falign-loops -falign-labels -falign-functions -falign-jumps -fomit-frame-pointer
|
||||||
endif
|
|
||||||
#-floop-optimize
|
#-floop-optimize
|
||||||
|
endif
|
||||||
else
|
else
|
||||||
ifeq (,$(findstring ppc64le, $(UNAMEM)))
|
ifeq ($(UNAME),$(filter $(UNAME),ppc64le))
|
||||||
MSSE=-msse2
|
MSSE=-msse2
|
||||||
else
|
else
|
||||||
#Minimum SSE = Sandy Bridge, AVX2 = haswell
|
#Minimum SSE = Sandy Bridge, AVX2 = haswell
|
||||||
|
Reference in New Issue
Block a user