mirror of
https://github.com/hashcat/hashcat.git
synced 2025-06-25 01:18:57 +00:00
Fix CPU performance for slow hashes with SIMD
This commit is contained in:
parent
932587c042
commit
9a46442a80
@ -3728,7 +3728,9 @@ int opencl_session_begin (hashcat_ctx_t *hashcat_ctx)
|
|||||||
}
|
}
|
||||||
else
|
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…
Reference in New Issue
Block a user