Add blake2b-compress-avx2.c to the top-level Visual Studio solution

This commit is contained in:
Frank Denis 2016-03-17 16:37:37 +01:00
parent 7583cb26b5
commit d37f588364
2 changed files with 6 additions and 2 deletions

View File

@ -347,6 +347,7 @@
<ClCompile Include="src\libsodium\crypto_core\salsa20\ref\core_salsa20.c" />
<ClCompile Include="src\libsodium\crypto_generichash\blake2\generichash_blake2_api.c" />
<ClCompile Include="src\libsodium\crypto_generichash\blake2\ref\blake2b-compress-ref.c" />
<ClCompile Include="src\libsodium\crypto_generichash\blake2\ref\blake2b-compress-avx2.c" />
<ClCompile Include="src\libsodium\crypto_generichash\blake2\ref\blake2b-compress-sse41.c" />
<ClCompile Include="src\libsodium\crypto_generichash\blake2\ref\blake2b-compress-ssse3.c" />
<ClCompile Include="src\libsodium\crypto_generichash\blake2\ref\blake2b-ref.c" />
@ -492,4 +493,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

View File

@ -297,6 +297,9 @@
<ClCompile Include="src\libsodium\crypto_generichash\blake2\ref\blake2b-compress-ref.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\libsodium\crypto_generichash\blake2\ref\blake2b-compress-avx2.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\libsodium\crypto_generichash\blake2\ref\blake2b-compress-sse41.c">
<Filter>Source Files</Filter>
</ClCompile>
@ -531,4 +534,4 @@
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
</Project>
</Project>