From 21b2ea370b25343568355d68fab698b7063563e3 Mon Sep 17 00:00:00 2001 From: x Date: Fri, 12 Jan 2018 19:32:21 +0100 Subject: [PATCH] IcBench: Makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 4ea8044..7f93153 100644 --- a/makefile +++ b/makefile @@ -100,7 +100,7 @@ CXXFLAGS+=$(DDEBUG) $(MARCH) -w -fpermissive -Wall -fno-rtti $(DEFS) -Iext/FastP all: icbench idxcr idxqry idxseg cpp: $(CPPF) - $(CC) -DSSE2_ON $(MSSE) $(MARCH) -w -E -P $(CPPF) + $(CC) -DSSE2_ON -msse3 $(MSSE) $(MARCH) -w -E -P $(CPPF) bitutil.o: bitutil.c $(CC) -O3 $(CFLAGS) -falign-loops=32 $< -c -o $@