Sync xxHash with upstream (v0.7.3)
This commit is contained in:
parent
f2029d71d8
commit
355b6faba7
6 changed files with 2844 additions and 2124 deletions
|
@ -19,7 +19,6 @@ libdecoders_a_SOURCES = \
|
|||
vorbis.c \
|
||||
wav.c \
|
||||
xxh3.h \
|
||||
xxhash.c \
|
||||
xxhash.h
|
||||
|
||||
libdecoders_a_CXXFLAGS = \
|
||||
|
|
|
@ -81,6 +81,8 @@
|
|||
|
||||
// Local headers
|
||||
#include "support.h"
|
||||
|
||||
#define XXH_INLINE_ALL
|
||||
#include "xxhash.h"
|
||||
// #include "../../../include/logging.h"
|
||||
#include "mp3_seek_table.h"
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue