1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-11 00:01:16 +00:00

Do not unroll -m 6400 based algorithm on NV, latest windows driver can't compile them otherwise

This commit is contained in:
jsteube 2016-10-21 09:51:41 +02:00
parent c6c31a86d8
commit a43902b96b

View File

@ -89,6 +89,9 @@
#if KERN_TYPE == 6223
#undef _unroll
#endif
#if KERN_TYPE == 6400
#undef _unroll
#endif
#if KERN_TYPE == 6500
#undef _unroll
#endif