mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
v3.21.3
This commit is contained in:
4
miner.h
4
miner.h
@@ -392,8 +392,8 @@ float cpu_temp( int core );
|
||||
|
||||
struct work
|
||||
{
|
||||
uint32_t target[8] __attribute__ ((aligned (64)));
|
||||
uint32_t data[48] __attribute__ ((aligned (64)));
|
||||
uint32_t data[48] __attribute__ ((aligned (64)));
|
||||
uint32_t target[8] __attribute__ ((aligned (32)));
|
||||
double targetdiff;
|
||||
double sharediff;
|
||||
double stratum_diff;
|
||||
|
||||
Reference in New Issue
Block a user