Test convert for -m 1000 with -a 0 for SIMD, speed is now on par or faster than hashcat

This commit is contained in:
Jens Steube
2016-01-21 16:47:38 +01:00
parent add18eaa6d
commit 4c0e520fd8
5 changed files with 183 additions and 95 deletions
+1 -1
View File
@@ -12583,7 +12583,7 @@ int main (int argc, char **argv)
cl_uint vector_width;
if (attack_mode == ATTACK_MODE_BF)
if (1) // can be removed as soon as all kernel are migrated; if (attack_mode == ATTACK_MODE_BF)
{
if (opencl_vector_width == OPENCL_VECTOR_WIDTH)
{