We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac2d4f commit 4bd917fCopy full SHA for 4bd917f
x16r/cuda_x16r.h
@@ -29,7 +29,7 @@ extern void x11_cubehash512_cpu_hash_64(int thr_id, uint32_t threads, uint32_t *
29
extern void x11_shavite512_cpu_init(int thr_id, uint32_t threads);
30
extern void x11_shavite512_cpu_hash_64(int thr_id, uint32_t threads, uint32_t *d_hash);
31
32
-extern int x11_simd512_cpu_init(int thr_id, uint32_t threads);
+extern void x11_simd512_cpu_init(int thr_id, uint32_t threads);
33
extern void x11_simd512_cpu_hash_64(int thr_id, uint32_t threads, uint32_t *d_hash);
34
extern void x11_simd512_cpu_free(int thr_id);
35
0 commit comments