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