| Index: src/ia32/assembler-ia32-inl.h
|
| diff --git a/src/ia32/assembler-ia32-inl.h b/src/ia32/assembler-ia32-inl.h
|
| index e72b4072c469e4afe14ae988c519d112b2b421f9..63e3bbe7f030428faf0d50ac9f250df3e4fd8d29 100644
|
| --- a/src/ia32/assembler-ia32-inl.h
|
| +++ b/src/ia32/assembler-ia32-inl.h
|
| @@ -47,6 +47,7 @@ namespace internal {
|
|
|
| bool CpuFeatures::SupportsCrankshaft() { return true; }
|
|
|
| +bool CpuFeatures::SupportsSimd128() { return false; }
|
|
|
| static const byte kCallOpcode = 0xE8;
|
| static const int kNoCodeAgeSequenceLength = 5;
|
|
|