1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-23 08:38:09 +00:00

Bcrypt on NVIDIA works better when unrolled

This commit is contained in:
jsteube 2016-11-19 18:17:38 +01:00
parent 0c55626689
commit 0206142a69

View File

@ -162,6 +162,9 @@
#if KERN_TYPE == 3000
#undef _unroll
#endif
#if KERN_TYPE == 3200
#undef _unroll
#endif
#if KERN_TYPE == 10500
#undef _unroll
#endif