cryptonight x86 modifications
This commit is contained in:
parent
2fcc2a48ce
commit
69997a3a06
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ inline void cryptonight_single_hash(const uint8_t *__restrict__ input, size_t si
|
|||
|
||||
uint64_t idx0 = h0[0] ^ h0[4];
|
||||
void* mp = ((uint8_t*) l0) + ((idx0) & MASK);
|
||||
|
||||
|
||||
for (size_t i = 0; i < ITERATIONS; i++) {
|
||||
__m128i cx;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue