Test convert for -m 1000 with -a 0 for SIMD, speed is now on par or faster than hashcat
This commit is contained in:
+1
-1
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user