mirror of
https://github.com/LIV2/WinUAE.git
synced 2025-12-06 00:12:52 +00:00
JIT: Enable 64-bit FJU JIT by default
This commit is contained in:
parent
97b1908fdc
commit
83095ed674
@ -6020,12 +6020,7 @@ void default_prefs (struct uae_prefs *p, int type)
|
||||
p->comp_hardflush = 0;
|
||||
p->comp_constjump = 1;
|
||||
#ifdef USE_JIT_FPU
|
||||
#ifdef CPU_x86_64
|
||||
/* Set default to off, since JIT FPU isn't 64-bit safe yet. */
|
||||
p->compfpu = 0;
|
||||
#else
|
||||
p->compfpu = 1;
|
||||
#endif
|
||||
#else
|
||||
p->compfpu = 0;
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user