Index: src/mips/assembler-mips-inl.h |
diff --git a/src/mips/assembler-mips-inl.h b/src/mips/assembler-mips-inl.h |
index 8a91ffa9ef8e4a4c1bfe75561c73668b07f5ba30..215c0efd886a9e782036dcafd5d3001e0ad76e5d 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. |