Skip to content

Commit

Permalink
x86 jit: Disable SIMD by default, needs just a little more debugging..
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Nov 26, 2014
1 parent 4b25afb commit bbd0afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/MIPS/x86/Jit.cpp
Expand Up @@ -120,7 +120,7 @@ JitOptions::JitOptions()
continueBranches = false;
continueJumps = false;
continueMaxInstructions = 300;
enableVFPUSIMD = true;
enableVFPUSIMD = false;
}

#ifdef _MSC_VER
Expand Down

0 comments on commit bbd0afd

Please sign in to comment.