1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 08:08:10 +00:00

Remove unroll access for Drupal for NV gpus

This commit is contained in:
jsteube 2016-05-09 23:14:26 +02:00
parent 9390be8594
commit 4317ac60f4

View File

@ -80,6 +80,9 @@
#if KERN_TYPE == 7400 #if KERN_TYPE == 7400
#undef _unroll #undef _unroll
#endif #endif
#if KERN_TYPE == 7900
#undef _unroll
#endif
#if KERN_TYPE == 8200 #if KERN_TYPE == 8200
#undef _unroll #undef _unroll
#endif #endif