| Index: src/mips/assembler-mips-inl.h
|
| diff --git a/src/mips/assembler-mips-inl.h b/src/mips/assembler-mips-inl.h
|
| index 0dfde0f2680764842efc95c5d9867ccb036c5cf1..c7c45dcfdc3ebe910f9d9a3dbadd37533b86c398 100644
|
| --- a/src/mips/assembler-mips-inl.h
|
| +++ b/src/mips/assembler-mips-inl.h
|
| @@ -49,6 +49,7 @@ namespace internal {
|
|
|
| bool CpuFeatures::SupportsCrankshaft() { return IsSupported(FPU); }
|
|
|
| +bool CpuFeatures::SupportsSimd128() { return false; }
|
|
|
| // -----------------------------------------------------------------------------
|
| // Operand and MemOperand.
|
|
|