| Index: src/x64/assembler-x64-inl.h
|
| diff --git a/src/x64/assembler-x64-inl.h b/src/x64/assembler-x64-inl.h
|
| index e8d8431e8f08c5a1df20614d53f2151fcc74eef4..2760df73432f66e84c82250b61eb5d621caaebd8 100644
|
| --- a/src/x64/assembler-x64-inl.h
|
| +++ b/src/x64/assembler-x64-inl.h
|
| @@ -17,7 +17,7 @@ namespace internal {
|
|
|
| bool CpuFeatures::SupportsCrankshaft() { return true; }
|
|
|
| -bool CpuFeatures::SupportsSimd128() { return true; }
|
| +bool CpuFeatures::SupportsWasmSimd128() { return IsSupported(SSE4_1); }
|
|
|
| // -----------------------------------------------------------------------------
|
| // Implementation of Assembler
|
|
|