1
mirror of https://github.com/hashcat/hashcat synced 2025-01-21 14:17:27 +01:00

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

This commit is contained in:
jsteube 2016-10-21 10:14:15 +02:00
parent a43902b96b
commit f58c9baade

View File

@ -95,6 +95,9 @@
#if KERN_TYPE == 6500
#undef _unroll
#endif
#if KERN_TYPE == 6800
#undef _unroll
#endif
#if KERN_TYPE == 7100
#undef _unroll
#endif
@ -128,6 +131,9 @@
#if KERN_TYPE == 12400
#undef _unroll
#endif
#if KERN_TYPE == 12900
#undef _unroll
#endif
#if KERN_TYPE == 13721
#undef _unroll
#endif
@ -137,6 +143,15 @@
#if KERN_TYPE == 13723
#undef _unroll
#endif
#if KERN_TYPE == 13751
#undef _unroll
#endif
#if KERN_TYPE == 13752
#undef _unroll
#endif
#if KERN_TYPE == 13753
#undef _unroll
#endif
#if KERN_TYPE == 14000
#undef _unroll
#endif