1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-01-30 17:12:53 -05:00

Cleanup ARM code.

This commit is contained in:
XMRig
2021-08-27 12:36:08 +07:00
parent c27f535768
commit df4532d9a1
6 changed files with 33 additions and 38 deletions

View File

@@ -132,13 +132,13 @@ struct RandomX_ConfigurationBase
uint32_t ScratchpadL3Mask_Calculated;
uint32_t ScratchpadL3Mask64_Calculated;
#if defined(XMRIG_ARMv8)
# if (XMRIG_ARM == 8)
uint32_t Log2_ScratchpadL1;
uint32_t Log2_ScratchpadL2;
uint32_t Log2_ScratchpadL3;
uint32_t Log2_DatasetBaseSize;
uint32_t Log2_CacheSize;
#endif
# endif
};
struct RandomX_ConfigurationMonero : public RandomX_ConfigurationBase {};