Turned of JIT compiler for Cryptnight R.
This commit is contained in:
Just Wonder 2020-02-29 10:30:49 -08:00
parent 32e8a383d0
commit 15dbe57f04

View File

@ -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)
{ {