From 39fc98af57c180c130b335342821527db7f96f5c Mon Sep 17 00:00:00 2001 From: powturbo Date: Tue, 13 Jun 2017 09:14:19 +0200 Subject: [PATCH] Inverted Index: Indexing --- idxcr.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/idxcr.c b/idxcr.c index c46b6a2..f847d82 100644 --- a/idxcr.c +++ b/idxcr.c @@ -38,6 +38,9 @@ #include "bitpack.h" #include "vp4.h" #include "idx.h" +#ifndef min +#define min(x,y) (((x)<(y)) ? (x) : (y)) +#endif #ifdef NSIMD #define bitpack128v32 bitpack32