X-Git-Url: http://git.nguyen.vg/gitweb/?p=SXSI%2Flibbp.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=94027c1ea4ec6191341a909cad86763cd6362957;hp=59e83a17a068b70f5970fbd7346de5871683c0aa;hb=c6a99c1234da55afed4675d2db035176f229abd4;hpb=5382b5fde5add82ebd492e97a458a824503fbd8d diff --git a/Makefile b/Makefile index 59e83a1..94027c1 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ POPCOUNT=$(shell grep -q popcnt /proc/cpuinfo && echo 1) ifeq ($(POPCOUNT), 1) - POPCOUNT_FLAG=-DHAS_NATIVE_POPCOUNT -mpopcnt -mtune=corei7 -march=corei7 + POPCOUNT_FLAG=-DHAS_NATIVE_POPCOUNT -mpopcnt else #POPCOUNT_FLAG=-DHAS_POPCOUNT_TABLE POPCOUNT_FLAG=