index
:
cpuminer
cell-be-optimizations
cpumine
scrypt-bigendian
Cell BE optimized miner for litecoin http://yyz.us/bitcoin/
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sha256_4way.c
Age
Commit message (
Collapse
)
Author
2011-01-29
Pass max-nonce as arg to each sha256 algo.
Jeff Garzik
Should be an equivalent transformation, with no behavior changes.
2011-01-29
sha256_4way minor optimizations
Jeff Garzik
http://www.bitcoin.org/smf/index.php?topic=820.msg40022#msg40022 Credit: BeeCee1
2010-12-18
sha256_4way: work around gcc 4.5.x bug by always inlining ROTR and SHR
Jeff Garzik
2010-12-06
sha256_4way: do not include unnecessary headers, when !4way
Jeff Garzik
Reported by lfm
2010-11-27
Move sha256_generic into its own .o build output. Const-ify midstate param.
Jeff Garzik
2010-11-27
sha256_4way: patch proper nonce into data block
Jeff Garzik
2010-11-27
Improve and modularize compile-time CPU detection.
Jeff Garzik
Ideally, we should move this to autoconf.
2010-11-27
s/__SSE__/__SSE2__/
Jeff Garzik
2010-11-26
sha256_4way: perform 16m hashes, not 64k, per invocation
Jeff Garzik
2010-11-26
Improve hash performance statistics.
Jeff Garzik
2010-11-26
Add tcatm's 4way SSE2 sha256 implementation.
Jeff Garzik