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:
parent
0de908905f
commit
ee2e8ba598
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user