1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-06-27 23:14:05 +00:00

Update xxHash to 0.8.0

This commit is contained in:
Logan McNaughton 2020-10-09 19:48:13 -07:00 committed by Sergey Lipskiy
parent 5fa66762b3
commit 42c196c30a
6 changed files with 3212 additions and 2501 deletions

View File

@ -527,7 +527,6 @@ copy /Y "$(OutDir)$(TargetName).*" "$(Mupen64PluginsDir_x64)")</Command>
<ClInclude Include="..\..\src\VI.h" />
<ClInclude Include="..\..\src\windows\GLideN64_windows.h" />
<ClInclude Include="..\..\src\wst.h" />
<ClInclude Include="..\..\src\xxHash\xxh3.h" />
<ClInclude Include="..\..\src\xxHash\xxhash.h" />
<ClInclude Include="..\..\src\ZilmarGFX_1_3.h">
<ExcludedFromBuild Condition="'$(Configuration)'=='Debug_mupenplus' Or '$(Configuration)'=='Release_mupenplus'">true</ExcludedFromBuild>

View File

@ -667,9 +667,6 @@
<ClInclude Include="..\..\src\TexrectDrawer.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\src\xxHash\xxh3.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\src\xxHash\xxhash.h">
<Filter>Header Files</Filter>
</ClInclude>

View File

@ -1,5 +1,6 @@
#include "CRC.h"
#include "xxHash/xxh3.h"
#define XXH_INLINE_ALL
#include "xxHash/xxhash.h"
#define CRC32_POLYNOMIAL 0x04C11DB7

View File

@ -1,5 +1,6 @@
#include "CRC.h"
#include "xxHash/xxh3.h"
#define XXH_INLINE_ALL
#include "xxHash/xxhash.h"
#include <arm_neon.h>
#define CRC32_POLYNOMIAL 0x04C11DB7

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff