1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-22 21:51:07 +00:00
This commit is contained in:
jsteube 2017-06-30 16:52:11 +02:00
commit 21d102151a

View File

@ -117,6 +117,9 @@
#if KERN_TYPE == 7400
#undef _unroll
#endif
#if KERN_TYPE == 7900
#undef _unroll
#endif
#if KERN_TYPE == 8200
#undef _unroll
#endif
@ -150,6 +153,9 @@
#if KERN_TYPE == 13800
#undef _unroll
#endif
#if KERN_TYPE == 14100
#undef _unroll
#endif
// nvidia specific
@ -165,18 +171,12 @@
#if KERN_TYPE == 3200
#undef _unroll
#endif
#if KERN_TYPE == 7900
#undef _unroll
#endif
#if KERN_TYPE == 10500
#undef _unroll
#endif
#if KERN_TYPE == 14000
#undef _unroll
#endif
#if KERN_TYPE == 14100
#undef _unroll
#endif
#endif
#endif
@ -195,15 +195,6 @@
#if KERN_TYPE == 5200
#undef _unroll
#endif
#if KERN_TYPE == 8000
#undef _unroll
#endif
#if KERN_TYPE == 10400
#undef _unroll
#endif
#if KERN_TYPE == 10410
#undef _unroll
#endif
#if KERN_TYPE == 10800
#undef _unroll
#endif