TurboPFor: Elias fano encode/decode

This commit is contained in:
x
2017-07-08 17:52:04 +02:00
parent dca54ec1df
commit ce0be89bb9

View File

@ -115,7 +115,7 @@
#include "eliasfano.c"
#endif
#ifdef __AVX2__
#if defined(__AVX2__) && defined(AVX2_ON)
#define VSIZE 256
#define BITPACK bitpack256v
#define BITUNPACK bitunpack256v