use newer XXHash from lib\common\xxhash.c

This commit is contained in:
inikep
2016-08-02 09:59:26 +02:00
parent ea04e7c471
commit 6e5e61344b
6 changed files with 18 additions and 1207 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ extern "C" {
# include <intrin.h> /* _byteswap_* */
#endif
#if defined(__GNUC__)
# define MEM_STATIC static __inline __attribute__((unused))
# define MEM_STATIC static __attribute__((unused))
#elif defined (__cplusplus) || (defined (__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L) /* C99 */)
# define MEM_STATIC static inline
#elif defined(_MSC_VER)