IcBench: Makefile

This commit is contained in:
x
2019-10-22 17:05:45 +02:00
parent 640c4df7ba
commit e2e56d10a8

View File

@ -58,6 +58,7 @@ else
MSSE=-march=corei7-avx -mtune=corei7-avx
# -mno-avx -mno-aes (add for Pentium based Sandy bridge)
MAVX2=-march=haswell
CFLAGS+=-mssse3
endif
endif
@ -70,10 +71,10 @@ ifeq ($(NSIMD),1)
DEFS+=-DNSIMD
else
CFLAGS+=-DUSE_SSE
ifeq ($(UNAMEM),aarch64)
else
CFLAGS+=-mssse3
endif
#ifeq ($(UNAMEM),aarch64)
#else
#CFLAGS+=-mssse3
#endif
CXXFLAGS+=-DUSE_SSE
endif