Use XXH64 on 64-bit systems.

I'm not able to reproduce any real performance difference, but I know
there are some games which do more hashing and it may help there.
This commit is contained in:
Unknown W. Brackets 2014-10-26 17:49:24 -07:00
parent 139277bc1a
commit 2b16b5b79b
12 changed files with 66 additions and 32 deletions

View file

@ -19,4 +19,4 @@
u32 QuickTexHashNEON(const void *checkp, u32 size);
void DoUnswizzleTex16NEON(const u8 *texptr, u32 *ydestp, int bxc, int byc, u32 pitch, u32 rowWidth);
u32 ReliableHashNEON(const void *input, int len, u32 seed);
u32 ReliableHash32NEON(const void *input, size_t len, u32 seed);