Index: src/mips/assembler-mips-inl.h |
diff --git a/src/mips/assembler-mips-inl.h b/src/mips/assembler-mips-inl.h |
index 472adb1cded11594b20e94487b31eb79e52df9ef..ec8349c7c5a93efdc75b21f0230d898e61898d53 100644 |
--- a/src/mips/assembler-mips-inl.h |
+++ b/src/mips/assembler-mips-inl.h |
@@ -49,7 +49,7 @@ namespace internal { |
bool CpuFeatures::SupportsCrankshaft() { return IsSupported(FPU); } |
-bool CpuFeatures::SupportsWasmSimd128() { return false; } |
+bool CpuFeatures::SupportsWasmSimd128() { return IsSupported(MIPS_SIMD); } |
// ----------------------------------------------------------------------------- |
// Operand and MemOperand. |