Features of 1.6.5 (#140)
* Hashrate improve -> add autodetection mode for cpu-affinity * Hashrate improve, more stable hashrates -> refactor memory allocation * Add TubeV4 support (cn-heavy + ipbc mod + soft-aes mod) * Update ccp-httpd lib to fix stop/freeze of cc communication on some miners * Fix cn-heavy on arm processors
This commit is contained in:
parent
7897f8f645
commit
90699d58ec
38 changed files with 5525 additions and 3114 deletions
|
@ -29,6 +29,7 @@
|
|||
#include <vector>
|
||||
|
||||
#include "Options.h"
|
||||
#include "Mem.h"
|
||||
|
||||
class CpuImpl
|
||||
{
|
||||
|
@ -39,7 +40,7 @@ public:
|
|||
|
||||
void optimizeParameters(size_t& threadsCount, size_t& hashFactor, Options::Algo algo,
|
||||
size_t maxCpuUsage, bool safeMode);
|
||||
void setAffinity(int id, uint64_t mask);
|
||||
int setThreadAffinity(size_t threadId, int64_t affinityMask);
|
||||
|
||||
bool hasAES();
|
||||
bool isX64();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue