|
|
|
@ -283,6 +283,7 @@
@@ -283,6 +283,7 @@
|
|
|
|
|
<ClCompile Include="sph\shavite.c" /> |
|
|
|
|
<ClCompile Include="sph\simd.c" /> |
|
|
|
|
<ClCompile Include="sph\skein.c" /> |
|
|
|
|
<ClCompile Include="sph\streebog.c" /> |
|
|
|
|
<ClCompile Include="sph\hamsi.c" /> |
|
|
|
|
<ClCompile Include="sph\hamsi_helper.c" /> |
|
|
|
|
<ClCompile Include="sph\whirlpool.c" /> |
|
|
|
@ -335,6 +336,7 @@
@@ -335,6 +336,7 @@
|
|
|
|
|
<ClInclude Include="sph\sph_shavite.h" /> |
|
|
|
|
<ClInclude Include="sph\sph_simd.h" /> |
|
|
|
|
<ClInclude Include="sph\sph_skein.h" /> |
|
|
|
|
<ClInclude Include="sph\sph_streebog.h" /> |
|
|
|
|
<ClInclude Include="sph\sph_hamsi.h" /> |
|
|
|
|
<ClInclude Include="sph\sph_types.h" /> |
|
|
|
|
<ClInclude Include="sph\sph_whirlpool.h" /> |
|
|
|
@ -479,11 +481,12 @@
@@ -479,11 +481,12 @@
|
|
|
|
|
<CudaCompile Include="x11\cuda_x11_simd512.cu"> |
|
|
|
|
<MaxRegCount>64</MaxRegCount> |
|
|
|
|
</CudaCompile> |
|
|
|
|
<CudaCompile Include="x11\cuda_streebog.cu" /> |
|
|
|
|
<CudaCompile Include="x11\c11.cu" /> |
|
|
|
|
<CudaCompile Include="x11\fresh.cu" /> |
|
|
|
|
<CudaCompile Include="x11\sib.cu" /> |
|
|
|
|
<CudaCompile Include="x11\s3.cu" /> |
|
|
|
|
<CudaCompile Include="x11\x11.cu"> |
|
|
|
|
</CudaCompile> |
|
|
|
|
<CudaCompile Include="x11\x11.cu" /> |
|
|
|
|
<CudaCompile Include="x13\cuda_x13_hamsi512.cu"> |
|
|
|
|
<MaxRegCount>72</MaxRegCount> |
|
|
|
|
</CudaCompile> |
|
|
|
@ -527,4 +530,4 @@
@@ -527,4 +530,4 @@
|
|
|
|
|
<Target Name="AfterClean"> |
|
|
|
|
<Delete Files="@(FilesToCopy->'$(OutDir)%(Filename)%(Extension)')" TreatErrorsAsWarnings="true" /> |
|
|
|
|
</Target> |
|
|
|
|
</Project> |
|
|
|
|
</Project> |
|
|
|
|