Fix -m 8900 bug

pull/518/head
jsteube 8 years ago
parent 791cd5ec42
commit c3338f0a9a

@ -20576,7 +20576,7 @@ char *hashconfig_benchmark_mask (const hashconfig_t *hashconfig)
break;
case 14000: mask = "?b?b?b?b?b?b?bx";
break;
case 14100: mask = "?b?b?b?b?b?b?bx";
case 14100: mask = "?b?b?b?b?b?b?bxxxxxxxxxxxxxxxxx";
break;
default: mask = "?b?b?b?b?b?b?b";
break;

@ -2749,7 +2749,7 @@ int opencl_session_begin (opencl_ctx_t *opencl_ctx, hashconfig_t *hashconfig, co
scrypt_tmp_size = (128 * scrypt_r * scrypt_p);
hashconfig->tmp_size = scrypt_tmp_size; break;
hashconfig->tmp_size = scrypt_tmp_size;
uint tmto_start = 0;
uint tmto_stop = 10;

Loading…
Cancel
Save