From 4338f100e92ab23c4dac4e6c47fb1fed44bb78fd Mon Sep 17 00:00:00 2001 From: philsmd <921533+philsmd@users.noreply.github.com> Date: Fri, 27 Dec 2019 11:50:02 +0100 Subject: [PATCH] remove condition which is always true --- OpenCL/inc_ecc_secp256k1.cl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenCL/inc_ecc_secp256k1.cl b/OpenCL/inc_ecc_secp256k1.cl index 350d90171..fa5362b78 100644 --- a/OpenCL/inc_ecc_secp256k1.cl +++ b/OpenCL/inc_ecc_secp256k1.cl @@ -1815,9 +1815,9 @@ DECLSPEC void point_mul (u32 r[9], const u32 k[8], GLOBAL_AS const secp256k1_t * } } - // update start/stop: + // update start: - if (i > loop_start) loop_start = i; + loop_start = i; } // n = n / 2: