IcBench: Makefile
This commit is contained in:
4
makefile
4
makefile
@ -50,8 +50,8 @@ endif
|
|||||||
else
|
else
|
||||||
UNAMEA := $(shell uname -a)
|
UNAMEA := $(shell uname -a)
|
||||||
ifneq (,$(findstring ppc64le, $(UNAMEA)))
|
ifneq (,$(findstring ppc64le, $(UNAMEA)))
|
||||||
MARCH=-march=power9, -mtune=power9
|
MSSE=-D__SSE__ -D__SSE2__ -D__SSSE3__ -mtune=power9
|
||||||
#MSSE=-mtune=power9
|
MARCH=-march=power9
|
||||||
CFLAGS+=-DNO_WARN_X86_INTRINSICS
|
CFLAGS+=-DNO_WARN_X86_INTRINSICS
|
||||||
else
|
else
|
||||||
#Minimum SSE = Sandy Bridge, AVX2 = haswell
|
#Minimum SSE = Sandy Bridge, AVX2 = haswell
|
||||||
|
Reference in New Issue
Block a user