Browse Source

Fixed https://github.com/kevacoin-project/kevacoin/issues/6.

Turned of JIT compiler for Cryptnight R.
idb-fix
Just Wonder 4 years ago
parent
commit
15dbe57f04
  1. 2
      src/cn_utils/crypto/slow-hash.c

2
src/cn_utils/crypto/slow-hash.c

@ -65,7 +65,7 @@ static void local_abort(const char *msg)
#endif #endif
} }
volatile int use_v4_jit_flag = -1; volatile int use_v4_jit_flag = 1;
static inline int use_v4_jit(void) static inline int use_v4_jit(void)
{ {

Loading…
Cancel
Save