mirror of
https://github.com/hashcat/hashcat.git
synced 2025-07-30 02:18:33 +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
|
||||
#endif
|
||||
|
||||
#ifdef IS_METAL
|
||||
#if defined(IS_METAL) && !defined(IS_APPLE_SILICON)
|
||||
#define HC_INLINE_RP __attribute__ ((noinline))
|
||||
#else
|
||||
#define HC_INLINE_RP
|
||||
|
Loading…
Reference in New Issue
Block a user