IcBench: Integer Compression codecs include
This commit is contained in:
@ -22,6 +22,7 @@
|
||||
- email : powturbo [_AT_] gmail [_DOT_] com
|
||||
**/
|
||||
// TurboPFor: plugins.h - settings
|
||||
#define PG_DLT // delta
|
||||
|
||||
struct plugs {
|
||||
int id;
|
||||
@ -31,6 +32,10 @@ struct plugs {
|
||||
unsigned flag,blksize;
|
||||
};
|
||||
|
||||
struct plugg {
|
||||
char id[17],*desc,*s;
|
||||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user