1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-02-17 01:52:06 +00:00

Workaround rocm compiler error for -m 15300

This commit is contained in:
jsteube 2017-08-17 11:25:34 +02:00
parent 88e995ddcf
commit 9ee5da40e0

View File

@ -189,6 +189,9 @@
#if KERN_TYPE == 8000
#undef _unroll
#endif
#if KERN_TYPE == 15300
#undef _unroll
#endif
#endif
#endif