IcBench: Makefile
This commit is contained in:
1
makefile
1
makefile
@ -51,6 +51,7 @@ else
|
|||||||
UNAMEA := $(shell uname -a)
|
UNAMEA := $(shell uname -a)
|
||||||
ifeq (,$(findstring ppc64le, $(UNAMEA)))
|
ifeq (,$(findstring ppc64le, $(UNAMEA)))
|
||||||
MSSE=-mssse3
|
MSSE=-mssse3
|
||||||
|
CFLAGS+=-DNO_WARN_X86_INTRINSICS
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user