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

Remove some AMD _unroll restrictions no longer required with ROCm

This commit is contained in:
jsteube 2017-07-23 14:44:20 +02:00
parent 4dca908cdf
commit 3125a756d9

View File

@ -186,27 +186,6 @@
#ifdef IS_AMD
#ifdef IS_GPU
#if KERN_TYPE == 1700
#undef _unroll
#endif
#if KERN_TYPE == 1710
#undef _unroll
#endif
#if KERN_TYPE == 5200
#undef _unroll
#endif
#if KERN_TYPE == 10800
#undef _unroll
#endif
#if KERN_TYPE == 10900
#undef _unroll
#endif
#if KERN_TYPE == 12800
#undef _unroll
#endif
#if KERN_TYPE == 12900
#undef _unroll
#endif
#endif
#endif