aboutsummaryrefslogtreecommitdiff
path: root/sha256_4way.c
AgeCommit message (Expand)Author
2011-01-29Pass max-nonce as arg to each sha256 algo.Jeff Garzik
2011-01-29sha256_4way minor optimizationsJeff Garzik
2010-12-18sha256_4way: work around gcc 4.5.x bug by always inlining ROTR and SHRJeff Garzik
2010-12-06sha256_4way: do not include unnecessary headers, when !4wayJeff Garzik
2010-11-27Move sha256_generic into its own .o build output. Const-ify midstate param.Jeff Garzik
2010-11-27sha256_4way: patch proper nonce into data blockJeff Garzik
2010-11-27Improve and modularize compile-time CPU detection.Jeff Garzik
2010-11-27s/__SSE__/__SSE2__/Jeff Garzik
2010-11-26sha256_4way: perform 16m hashes, not 64k, per invocationJeff Garzik
2010-11-26Improve hash performance statistics.Jeff Garzik
2010-11-26Add tcatm's 4way SSE2 sha256 implementation.Jeff Garzik