From 83095ed674577f5c7fc26deb90f7a9f4fa5d7f8b Mon Sep 17 00:00:00 2001 From: Frode Solheim Date: Mon, 12 Oct 2015 20:46:44 +0200 Subject: [PATCH] JIT: Enable 64-bit FJU JIT by default --- cfgfile.cpp | 5 ----- 1 file changed, 5 deletions(-) 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 -- 2.47.3