improved timer accuracy

This commit is contained in:
inikep
2016-03-18 12:49:44 +01:00
parent 5b15865413
commit 1c1e6916e4
3 changed files with 25 additions and 5 deletions
+1 -1
View File
@@ -71,7 +71,7 @@
#else
#define ZSTD_REP_NUM 1
#define ZSTD_REP_INIT 2
#define ZSTD_REP_MOVE (ZSTD_REP_NUM-1)
#define ZSTD_REP_MOVE 0//(ZSTD_REP_NUM-1)
#endif
#define KB *(1 <<10)