1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-26 09:58:16 +00:00

Fix CPU performance for slow hashes with SIMD

This commit is contained in:
jsteube 2017-08-17 09:42:42 +02:00
parent 932587c042
commit 9a46442a80

View File

@ -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;
}
}