[lib] Replace 64-bit divisions with ZSTD_div64()

This commit is contained in:
Nick Terrell
2020-09-09 14:35:39 -07:00
parent a90779397a
commit ac3a136b0a
3 changed files with 20 additions and 2 deletions
+1
View File
@@ -45,6 +45,7 @@
/* Include zstd_deps.h first with all the options we need enabled. */
#define ZSTD_DEPS_NEED_MALLOC
#define ZSTD_DEPS_NEED_MATH64
#include "common/zstd_deps.h"
#include "common/debug.c"