This commit is contained in:
Jay D Dee
2019-12-14 01:01:54 -05:00
parent a17ff6f189
commit 3d1b6c87dc
42 changed files with 2656 additions and 1407 deletions

View File

@@ -92,7 +92,6 @@ int scanhash_qubit_4way( struct work *work,uint32_t max_nonce,
{
uint32_t hash[4*8] __attribute__ ((aligned (128)));
uint32_t vdata[24*4] __attribute__ ((aligned (64)));
uint32_t endiandata[20] __attribute__((aligned(64)));
uint32_t *pdata = work->data;
uint32_t *ptarget = work->target;
uint32_t n = pdata[19];