Index: src/mips64/assembler-mips64-inl.h |
diff --git a/src/mips64/assembler-mips64-inl.h b/src/mips64/assembler-mips64-inl.h |
index 3b951963321497db980051f806a0475942bf2b00..470394334d603792305f363a4b54df7cb7ca2027 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. |