1
0
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:
Gabriele Gristina 2025-07-14 00:30:12 +02:00
parent 867b3d4df1
commit 4444aa9eea
No known key found for this signature in database
GPG Key ID: 9F68B59298F311F0

View File

@ -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