mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-13 19:28:56 +00:00
Another some unroll to reduce register pressure
This commit is contained in:
parent
bd1f555c9c
commit
fd77a098c5
@ -110,7 +110,7 @@ void sha256_transform (const u32 w[16], u32 digest[8])
|
||||
|
||||
ROUND_STEP (0);
|
||||
|
||||
#pragma unroll
|
||||
//#pragma unroll
|
||||
for (int i = 16; i < 64; i += 16)
|
||||
{
|
||||
ROUND_EXPAND (); ROUND_STEP (i);
|
||||
|
Loading…
Reference in New Issue
Block a user