|
0ee24c00
|
2010-12-18T16:29:07
|
|
sha256_4way: work around gcc 4.5.x bug by always inlining ROTR and SHR
|
|
8ca6ffa8
|
2010-12-06T00:59:59
|
|
sha256_4way: do not include unnecessary headers, when !4way
Reported by lfm
|
|
339ddf4d
|
2010-11-27T04:31:32
|
|
Move sha256_generic into its own .o build output. Const-ify midstate param.
|
|
6288d943
|
2010-11-27T03:50:12
|
|
sha256_4way: patch proper nonce into data block
|
|
86eb37d6
|
2010-11-27T00:46:59
|
|
Improve and modularize compile-time CPU detection.
Ideally, we should move this to autoconf.
|
|
500759ce
|
2010-11-27T00:12:28
|
|
s/__SSE__/__SSE2__/
|
|
eed9b3c7
|
2010-11-26T23:15:38
|
|
sha256_4way: perform 16m hashes, not 64k, per invocation
|
|
35ea649d
|
2010-11-26T23:12:24
|
|
Improve hash performance statistics.
|
|
c6391499
|
2010-11-26T19:04:48
|
|
Add tcatm's 4way SSE2 sha256 implementation.
|