IcBench: Integer Compression codecs

This commit is contained in:
x
2019-07-15 11:44:53 +02:00
parent a2fca25c65
commit 26d0b7bfbc

View File

@ -254,12 +254,13 @@ SC_SIMDPACK256,
#if C_TURBOPFOR #if C_TURBOPFOR
#include "vint.h" #include "vint.h"
#include "vsimple.h" #include "vsimple.h"
#include "bitpack.h"
#include "eliasfano.h" #include "eliasfano.h"
#include "bitutil.h" #include "bitutil.h"
#include "transpose.h" #include "transpose.h"
#include "vp4.h"
#include "fp.h" #include "fp.h"
#define TURBOPFOR_DAC
#include "bitpack.h"
#include "vp4.h"
#endif #endif
#define BLK_SIZE (64*1024*4) #define BLK_SIZE (64*1024*4)