mirror of
https://github.com/monero-project/monero.git
synced 2025-01-22 18:54:39 +00:00
Merge pull request #5213
efb2bdd3
slow-hash: default to JIT on x86_64 (moneromooo-monero)
This commit is contained in:
commit
f9b1c4f962
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ static inline int use_v4_jit(void)
|
|||
|
||||
const char *env = getenv("MONERO_USE_CNV4_JIT");
|
||||
if (!env) {
|
||||
use_v4_jit_flag = 0;
|
||||
use_v4_jit_flag = 1;
|
||||
}
|
||||
else if (!strcmp(env, "0") || !strcmp(env, "no")) {
|
||||
use_v4_jit_flag = 0;
|
||||
|
|
Loading…
Reference in a new issue