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