1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-23 15:18:16 +00:00

Do not allow unroll of Drupal7, increases performance on CL1.2

This commit is contained in:
jsteube 2016-11-25 22:09:19 +01:00
parent 0de908905f
commit ee2e8ba598

View File

@ -111,6 +111,9 @@
#if KERN_TYPE == 7400
#undef _unroll
#endif
#if KERN_TYPE == 7900
#undef _unroll
#endif
#if KERN_TYPE == 8200
#undef _unroll
#endif
@ -220,4 +223,3 @@
#endif
#endif