mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
disable non-working optimized slow_hash on 32 bit intel
This commit is contained in:
parent
e325c5f04d
commit
1b19ee040f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue