aboutsummaryrefslogtreecommitdiff
path: root/sha256_4way.c
diff options
context:
space:
mode:
Diffstat (limited to 'sha256_4way.c')
-rw-r--r--sha256_4way.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sha256_4way.c b/sha256_4way.c
index fe9642b..ea6634a 100644
--- a/sha256_4way.c
+++ b/sha256_4way.c
@@ -118,7 +118,7 @@ unsigned int ScanHash_4WaySSE2(const unsigned char *pmidstate, unsigned char *pd
for (j = 0; j < NPAR; j++)
{
- if (thash[7][j] == 0)
+ if (unlikely(thash[7][j] == 0))
{
int i;