Merge pull request #1581 from facebook/benchfn

benchfn's reduced dependencies
This commit is contained in:
Yann Collet
2019-04-11 14:23:04 -07:00
committed by GitHub
35 changed files with 1034 additions and 766 deletions
+1
View File
@@ -38,6 +38,7 @@
#define XXH_STATIC_LINKING_ONLY /* XXH64_state_t */
#include "xxhash.h" /* XXH64 */
#include "util.h"
#include "timefn.h" /* SEC_TO_MICRO, UTIL_time_t, UTIL_TIME_INITIALIZER, UTIL_clockSpanMicro, UTIL_getTime */
/*-************************************