From 69997a3a06073144de2f58e4bdea490a7704a52e Mon Sep 17 00:00:00 2001 From: aegroto Date: Mon, 9 Apr 2018 21:06:23 +0200 Subject: [PATCH] cryptonight x86 modifications --- src/crypto/CryptoNight_x86.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crypto/CryptoNight_x86.h b/src/crypto/CryptoNight_x86.h index 95422449..c44635b0 100644 --- a/src/crypto/CryptoNight_x86.h +++ b/src/crypto/CryptoNight_x86.h @@ -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;