Skip to content

Commit

Permalink
disable non-working optimized slow_hash on 32 bit intel
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsmooth committed Apr 13, 2015
1 parent e325c5f commit 1b19ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crypto/slow-hash.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#include "hash-ops.h"
#include "oaes_lib.h"

#if defined(__x86_64__) || defined(__i386)
#if defined(__x86_64__)
// Optimised code below, uses x86-specific intrinsics, SSE2, AES-NI
// Fall back to more portable code is down at the bottom

Expand Down

0 comments on commit 1b19ee0

Please sign in to comment.