Skip to content

Commit

Permalink
s3: update vs project
Browse files Browse the repository at this point in the history
  • Loading branch information
tpruvot committed Oct 26, 2014
1 parent 0a9cfd4 commit ec0cbef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions ccminer.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@
<AdditionalOptions Condition="'$(Configuration)'=='Debug'">%(AdditionalOptions)</AdditionalOptions>
<TargetMachinePlatform Condition="'$(Platform)'=='x64'">64</TargetMachinePlatform>
</CudaCompile>
<CudaCompile Include="x11\s3.cu" />
<CudaCompile Include="x11\simd_functions.cu">
<ExcludedFromBuild>true</ExcludedFromBuild>
</CudaCompile>
Expand Down
3 changes: 3 additions & 0 deletions ccminer.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -469,5 +469,8 @@
<CudaCompile Include="keccak\keccak256.cu">
<Filter>Source Files\CUDA\keccak</Filter>
</CudaCompile>
<CudaCompile Include="x11\s3.cu">
<Filter>Source Files\CUDA\x11</Filter>
</CudaCompile>
</ItemGroup>
</Project>
1 change: 0 additions & 1 deletion x11/s3.cu
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ extern void x11_simd512_cpu_hash_64(int thr_id, int threads, uint32_t startNounc

extern void quark_skein512_cpu_init(int thr_id, int threads);
extern void quark_skein512_cpu_hash_64(int thr_id, int threads, uint32_t startNounce, uint32_t *d_nonceVector, uint32_t *d_hash, int order);
extern void quark_skein512_cpu_setTarget(const void *ptarget);

/* CPU HASH */
extern "C" void s3hash(void *output, const void *input)
Expand Down

0 comments on commit ec0cbef

Please sign in to comment.