From 26d0b7bfbcaea2b585b98a61f8a00d67a9fa7b8a Mon Sep 17 00:00:00 2001 From: x Date: Mon, 15 Jul 2019 11:44:53 +0200 Subject: [PATCH] IcBench: Integer Compression codecs --- plugins.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins.cc b/plugins.cc index 8407f03..aa40dd5 100644 --- a/plugins.cc +++ b/plugins.cc @@ -254,12 +254,13 @@ SC_SIMDPACK256, #if C_TURBOPFOR #include "vint.h" #include "vsimple.h" -#include "bitpack.h" #include "eliasfano.h" #include "bitutil.h" #include "transpose.h" -#include "vp4.h" #include "fp.h" +#define TURBOPFOR_DAC +#include "bitpack.h" +#include "vp4.h" #endif #define BLK_SIZE (64*1024*4)