From 20df9f4790843165105f2534f34b7f5ed51646a0 Mon Sep 17 00:00:00 2001 From: x Date: Sat, 21 Jan 2017 17:41:21 +0100 Subject: [PATCH] IcBench: Integer Compression codecs --- plugins.cc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/plugins.cc b/plugins.cc index fcd92b5..6c9029e 100644 --- a/plugins.cc +++ b/plugins.cc @@ -100,8 +100,11 @@ enum { TB_VS_S1, TB_VS_S4, TB_VS_S8, - -#define C_TURBOPFORH 1 + #ifdef TURBOPFORH +#define C_TURBOPFORH CODEC0V + #else +#define C_TURBOPFORH 0 + #endif TB_PACK128H, #define C_TURBOPFORV CODEC0V TB_PFOR128,