From c8df233eb73e6648a1ced790e232e77c969514bb Mon Sep 17 00:00:00 2001 From: x Date: Sat, 7 Jan 2017 16:25:48 +0100 Subject: [PATCH] TurboPFor: Bit Unpacking c/c++ header --- bitunpack.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bitunpack.h b/bitunpack.h index bed2fc8..af03f9d 100644 --- a/bitunpack.h +++ b/bitunpack.h @@ -52,6 +52,7 @@ static ALWAYS_INLINE void bitsetx32(const unsigned char *__restrict in, uns // ---------------- DFOR : integrated bitpacking, for delta packed SORTED array (Ex. DocId in inverted index) ------------------------------- // start < out[0] < out[1] < ... < out[n-2] < out[n-1] < (1<