From e2e56d10a86a21575102d8ca1186f604953971b4 Mon Sep 17 00:00:00 2001 From: x Date: Tue, 22 Oct 2019 17:05:45 +0200 Subject: [PATCH] IcBench: Makefile --- makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/makefile b/makefile index 0ca02bb..9f272fc 100644 --- a/makefile +++ b/makefile @@ -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