mirror of
https://github.com/facebook/zstd.git
synced 2025-08-01 09:47:01 +03:00
[lib] Replace 64-bit divisions with ZSTD_div64()
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user