Skip to content

Commit 4bd917f

Browse files
committed
Windows build fix2
1 parent 0ac2d4f commit 4bd917f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x16r/cuda_x16r.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extern void x11_cubehash512_cpu_hash_64(int thr_id, uint32_t threads, uint32_t *
2929
extern void x11_shavite512_cpu_init(int thr_id, uint32_t threads);
3030
extern void x11_shavite512_cpu_hash_64(int thr_id, uint32_t threads, uint32_t *d_hash);
3131

32-
extern int x11_simd512_cpu_init(int thr_id, uint32_t threads);
32+
extern void x11_simd512_cpu_init(int thr_id, uint32_t threads);
3333
extern void x11_simd512_cpu_hash_64(int thr_id, uint32_t threads, uint32_t *d_hash);
3434
extern void x11_simd512_cpu_free(int thr_id);
3535

0 commit comments

Comments
 (0)