From 535696aee881a95123bef3b65982a5edb349e745 Mon Sep 17 00:00:00 2001 From: phm Date: Tue, 18 Mar 2014 14:42:19 +0100 Subject: [PATCH] Cleaned up source code. --- kernel/fuguecoin.cl | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/kernel/fuguecoin.cl b/kernel/fuguecoin.cl index 79d38949..87396f59 100644 --- a/kernel/fuguecoin.cl +++ b/kernel/fuguecoin.cl @@ -208,17 +208,6 @@ __kernel void search(__global unsigned char* input, volatile __global uint* outp S05 ^= S01; S16 ^= S01; -/* - sph_enc32be(hash + 0, S02); - sph_enc32be(hash + 4, S03); - sph_enc32be(hash + 8, S04); - sph_enc32be(hash + 12, S05); - sph_enc32be(hash + 16, S16); - sph_enc32be(hash + 20, S17); - sph_enc32be(hash + 24, S18); - sph_enc32be(hash + 28, S19); -*/ - bool result = ((((sph_u64) SWAP4(S19) << 32) | SWAP4(S18)) <= target); if (result) output[output[0xFF]++] = SWAP4(gid);