Fix CPU performance for slow hashes with SIMD

pull/1335/head
jsteube 7 years ago
parent 932587c042
commit 9a46442a80

@ -3728,7 +3728,9 @@ int opencl_session_begin (hashcat_ctx_t *hashcat_ctx)
}
else
{
vector_width = 1;
// there's currently no slow kernel that supports NEW_SIMD_CODE which
// has unknown final password length in _loop kernel
// vector_width = 1;
}
}

Loading…
Cancel
Save