pull/581/head
jsteube 8 years ago
commit cb6e2107b6

@ -165,13 +165,28 @@
#ifdef IS_AMD
#ifdef IS_GPU
#if KERN_TYPE == 3200
#if KERN_TYPE == 1450
#undef _unroll
#endif
#if KERN_TYPE == 5200
#if KERN_TYPE == 1460
#undef _unroll
#endif
#if KERN_TYPE == 1700
#undef _unroll
#endif
#if KERN_TYPE == 6100
#if KERN_TYPE == 1710
#undef _unroll
#endif
#if KERN_TYPE == 1720
#undef _unroll
#endif
#if KERN_TYPE == 1800
#undef _unroll
#endif
#if KERN_TYPE == 3000
#undef _unroll
#endif
#if KERN_TYPE == 5200
#undef _unroll
#endif
#if KERN_TYPE == 6221
@ -186,15 +201,9 @@
#if KERN_TYPE == 6400
#undef _unroll
#endif
#if KERN_TYPE == 6500
#undef _unroll
#endif
#if KERN_TYPE == 6800
#undef _unroll
#endif
#if KERN_TYPE == 7100
#undef _unroll
#endif
#if KERN_TYPE == 7400
#undef _unroll
#endif
@ -204,22 +213,28 @@
#if KERN_TYPE == 8200
#undef _unroll
#endif
#if KERN_TYPE == 10900
#if KERN_TYPE == 8900
#undef _unroll
#endif
#if KERN_TYPE == 11600
#if KERN_TYPE == 10400
#undef _unroll
#endif
#if KERN_TYPE == 12300
#if KERN_TYPE == 10410
#undef _unroll
#endif
#if KERN_TYPE == 12800
#if KERN_TYPE == 10700
#undef _unroll
#endif
#if KERN_TYPE == 12900
#if KERN_TYPE == 10800
#undef _unroll
#endif
#if KERN_TYPE == 13000
#if KERN_TYPE == 10900
#undef _unroll
#endif
#if KERN_TYPE == 12800
#undef _unroll
#endif
#if KERN_TYPE == 12900
#undef _unroll
#endif
#if KERN_TYPE == 13721
@ -231,12 +246,20 @@
#if KERN_TYPE == 13723
#undef _unroll
#endif
#if KERN_TYPE == 13800
#undef _unroll
#endif
#if KERN_TYPE == 14000
#undef _unroll
#endif
#if KERN_TYPE == 14100
#undef _unroll
#endif
#endif
#endif
// Some algorithms break due to loop unrolling, it's unknown why, probably compiler bugs
// Can overlap with above cases
#ifdef IS_AMD
#ifdef IS_GPU

@ -945,6 +945,7 @@ void user_options_preprocess (hashcat_ctx_t *hashcat_ctx)
{
user_options->attack_mode = ATTACK_MODE_BF;
user_options->gpu_temp_disable = false;
user_options->gpu_temp_retain = 0;
user_options->increment = false;
user_options->left = false;
user_options->logfile_disable = true;

Loading…
Cancel
Save