metaforce/extern/xxhash/xxhash_impl.h

6 lines
154 B
C
Raw Normal View History

2022-03-08 05:28:31 +00:00
//#if defined(__x86_64__) || defined(__i386__) || defined(_M_IX86) || defined(_M_X64)
//#include "xxh_x86dispatch.h"
//#else
#include "xxhash.h"
2022-03-08 05:28:31 +00:00
//#endif