mirror of
https://github.com/hashcat/hashcat.git
synced 2025-08-01 11:28:08 +00:00
Fix HC_INLINE_RP macro on inc_rp_optimized.h
This commit is contained in:
parent
867b3d4df1
commit
4444aa9eea
@ -14,7 +14,7 @@
|
|||||||
#define MAYBE_UNUSED
|
#define MAYBE_UNUSED
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef IS_METAL
|
#if defined(IS_METAL) && !defined(IS_APPLE_SILICON)
|
||||||
#define HC_INLINE_RP __attribute__ ((noinline))
|
#define HC_INLINE_RP __attribute__ ((noinline))
|
||||||
#else
|
#else
|
||||||
#define HC_INLINE_RP
|
#define HC_INLINE_RP
|
||||||
|
Loading…
Reference in New Issue
Block a user