From 473f3880886c265678191e04ca9b26166466705e Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Thu, 20 Nov 2014 14:07:56 -0800 Subject: [PATCH] Disable the simd stuff for now. Won't have time to look at this for a bit... --- Core/MIPS/x86/Jit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/MIPS/x86/Jit.cpp b/Core/MIPS/x86/Jit.cpp index e6288f835..974d9ef9f 100644 --- a/Core/MIPS/x86/Jit.cpp +++ b/Core/MIPS/x86/Jit.cpp @@ -120,7 +120,7 @@ JitOptions::JitOptions() continueBranches = false; continueJumps = false; continueMaxInstructions = 300; - enableVFPUSIMD = true; + enableVFPUSIMD = false; } #ifdef _MSC_VER