Add blake2b-compress-avx2.c to the top-level Visual Studio solution
This commit is contained in:
parent
7583cb26b5
commit
d37f588364
@ -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" />
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user