Disable the simd stuff for now.

Won't have time to look at this for a bit...
This commit is contained in:
Unknown W. Brackets 2014-11-20 14:07:56 -08:00
parent 811a27a6e6
commit 473f388088

View File

@ -120,7 +120,7 @@ JitOptions::JitOptions()
continueBranches = false;
continueJumps = false;
continueMaxInstructions = 300;
enableVFPUSIMD = true;
enableVFPUSIMD = false;
}
#ifdef _MSC_VER