From: Frode Solheim Date: Mon, 12 Oct 2015 18:46:44 +0000 (+0200) Subject: JIT: Enable 64-bit FJU JIT by default X-Git-Tag: 3200~34^2~2 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=83095ed674577f5c7fc26deb90f7a9f4fa5d7f8b;p=francis%2Fwinuae.git JIT: Enable 64-bit FJU JIT by default --- diff --git a/cfgfile.cpp b/cfgfile.cpp index c0cb1321..47a2c34b 100644 --- a/cfgfile.cpp +++ b/cfgfile.cpp @@ -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