Inverted Index: Query Processing

This commit is contained in:
powturbo
2017-06-13 09:14:19 +02:00
parent 39fc98af57
commit 63f32d6355

View File

@ -47,6 +47,10 @@
#include "bitpack.h"
#include "vp4.h"
#include "idx.h"
#ifndef min
#define min(x,y) (((x)<(y)) ? (x) : (y))
#define max(x,y) (((x)>(y)) ? (x) : (y))
#endif
#ifdef NSIMD
#define bitd1unpack128v32 bitd1unpack32