11ae3f967a23fb8ae342c8d977aab5245b1536dd
- Use GetSystemInfo() to detect actual core count dynamically - Calculate 25% of cores: max(1, totalCores / 4) - Create affinity masks dynamically: (1ULL << coresToUse) - 1 - Handle systems with 64+ cores using (DWORD_PTR)-1 - Works on 4, 8, 16, 32+ core systems automatically
Description
changes to original xmrig to build custom .dll and .so
Languages
C
53.8%
C++
40.7%
Assembly
4.7%
CMake
0.6%