Add NEON implementation of Adler32.

This commit is contained in:
2021-09-29 01:22:38 +01:00
parent f4979c9c8d
commit daef567bf3
3 changed files with 235 additions and 1 deletions

View File

@@ -58,6 +58,7 @@
<Reference Include="System" />
</ItemGroup>
<ItemGroup>
<Compile Include="Adler32\neon.cs" />
<Compile Include="Adler32\ssse3.cs" />
<Compile Include="CRC16CCITTContext.cs" />
<Compile Include="CRC16IBMContext.cs" />