IcBench App: External libs

This commit is contained in:
x
2019-10-21 21:10:58 +02:00
parent 5c4c7f00e2
commit 59286c821f

View File

@ -2,14 +2,16 @@
#define C_VINTG8IU 0
#define C_MASKEDVBYTE 0
#endif
#if C_FASTPFOR128
#include "FastPFor/headers/variablebyte.h"
#include "FastPFor/headers/simple16.h"
#include "FastPFor/headers/simple8b_rle.h"
#include "FastPFor/headers/fastpfor.h"
#include "FastPFor/headers/simdfastpfor.h"
#include "FastPFor/headers/optpfor.h"
#include "FastPFor/headers/simdfastpfor.h"
#include "FastPFor/headers/simdoptpfor.h"
#ifndef min
#define min(x,y) (((x)<(y)) ? (x) : (y))
@ -84,8 +86,10 @@ extern "C" {
#include "LittleIntPacker/include/util.h"
#endif
#if C_SIMDCOMP128
#include "simdcomp/include/simdbitpacking.h"
#endif
#ifdef __cplusplus
}
#endif