mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-27 02:18:21 +00:00
Do not unroll scrypt based algorithm on NV, latest windows driver can't compile them otherwise
This commit is contained in:
parent
8ecabcb9ac
commit
e9b11c2951
@ -104,6 +104,9 @@
|
|||||||
#if KERN_TYPE == 8200
|
#if KERN_TYPE == 8200
|
||||||
#undef _unroll
|
#undef _unroll
|
||||||
#endif
|
#endif
|
||||||
|
#if KERN_TYPE == 8900
|
||||||
|
#undef _unroll
|
||||||
|
#endif
|
||||||
#if KERN_TYPE == 10400
|
#if KERN_TYPE == 10400
|
||||||
#undef _unroll
|
#undef _unroll
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user