TurboPFor: general purpose compressors

This commit is contained in:
x
2023-03-23 12:17:14 +01:00
parent f243a520fa
commit 18aac0f38e

View File

@ -39,6 +39,7 @@
#include "ext/bitshuffle/lz4/lz4.h"
#endif
#endif
int bwtx, forcelzp;
//------------------------------------------------------------------------------------------------------------------------------
#define powof2(n) !((n)&((n)-1))
@ -68,7 +69,6 @@ int lzidget(char *scmd) {
#ifdef _TURBORC
#include "ext/Turbo-Range-Coder/turborc.h"
int bwtx, forcelzp;
#endif
#ifdef _ZSTD