Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
2951144
Topic
265759
Board
Mining
Re: Potentially faster method for mining on the CPU
by
ZirconiumX
on
17/08/2013, 13:16:37 UTC
Quote from: botnet on August 17, 2013, 09:31:37 AM
Quote from: jlcooke on August 15, 2013, 08:41:58 PM
Hehe. I like encouraging people to explore this. Good learning "exorcize" (pun). 32 bit addition logic for botnet:
http://jlcooke.ca/btc/sha256_logred.html
Just do that about 768 times and reduce!
your c1...c31 bits can be reduced by one instruction
c1 == a1b1 + a1c0 + b1c0
== a1(b1+c0) + b1c0
Replacing ADD with MUL makes no difference.
It does indeed, since I didn't see that a
1
b
1
was a multiplication, not a value.
Matthew:out