Index: src/ia32/assembler-ia32-inl.h |
diff --git a/src/ia32/assembler-ia32-inl.h b/src/ia32/assembler-ia32-inl.h |
index 75c21cb7cddfb41ee792194cb6315699db2b38e9..de5fc6b53e868e373c34d6a9eb1fdcc71380d9eb 100644 |
--- a/src/ia32/assembler-ia32-inl.h |
+++ b/src/ia32/assembler-ia32-inl.h |
@@ -48,7 +48,7 @@ |
bool CpuFeatures::SupportsCrankshaft() { return true; } |
-bool CpuFeatures::SupportsSimd128() { return true; } |
+bool CpuFeatures::SupportsSimd128() { return false; } |
static const byte kCallOpcode = 0xE8; |
static const int kNoCodeAgeSequenceLength = 5; |