Skip to content

Commit 34a2433

Browse files
committed
WTF
1 parent 4bd917f commit 34a2433

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

x16r/x16r.cu

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -602,11 +602,7 @@ static uint32_t init_x16r(int thr_id)
602602
//qubit_luffa512_cpu_init(thr_id, throughput);
603603
//x11_luffa512_cpu_init(thr_id, throughput); // 64
604604
x11_shavite512_cpu_init(thr_id, throughput); //80
605-
if (x11_simd512_cpu_init(thr_id, throughput))
606-
{
607-
applog(LOG_WARNING, "SIMD was unable to initialize :( exiting...");
608-
exit(-1);
609-
}
605+
x11_simd512_cpu_init(thr_id, throughput);
610606
x16_echo512_cuda_init(thr_id, throughput);
611607
x13_hamsi512_cpu_init(thr_id, throughput);
612608
//x13_fugue512_cpu_init(thr_id, throughput);

0 commit comments

Comments
 (0)