Index: src/mips64/assembler-mips64-inl.h |
diff --git a/src/mips64/assembler-mips64-inl.h b/src/mips64/assembler-mips64-inl.h |
index 88a4e63f5b7ee0647c2ff2664a29b616c540e888..e5657435b0bbadee571680a52ca0b2bc4e9c931b 100644 |
--- a/src/mips64/assembler-mips64-inl.h |
+++ b/src/mips64/assembler-mips64-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. |