X-Git-Url: http://git.nguyen.vg/gitweb/?p=SXSI%2Flibbp.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=23cd4f646f532886d2c28ed0457308ff1a6b9398;hp=542525a0d5cb25b46d6d1d2293647282283baa46;hb=7e784b76fbed5924499b586bedeb51057f62e05f;hpb=45ff7a2260f890f6ef6a7b56f654ffa1a057a7e7 diff --git a/Makefile b/Makefile index 542525a..23cd4f6 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,7 @@ POPCOUNT=$(shell grep -q popcnt /proc/cpuinfo && echo 1) ifeq ($(POPCOUNT), 1) POPCOUNT_FLAG=-DHAS_NATIVE_POPCOUNT else + #POPCOUNT_FLAG=-DHAS_POPCOUNT_TABLE POPCOUNT_FLAG= endif