| Index: src/x87/assembler-x87-inl.h
|
| diff --git a/src/x87/assembler-x87-inl.h b/src/x87/assembler-x87-inl.h
|
| index 8b2510bb3a5f0ba83c53b4a3fa5a7622ab3e6e2d..357c2c8fbe40dbf394ce559f890b9752d456359e 100644
|
| --- a/src/x87/assembler-x87-inl.h
|
| +++ b/src/x87/assembler-x87-inl.h
|
| @@ -48,7 +48,7 @@ namespace internal {
|
|
|
| bool CpuFeatures::SupportsCrankshaft() { return true; }
|
|
|
| -bool CpuFeatures::SupportsSimd128() { return false; }
|
| +bool CpuFeatures::SupportsWasmSimd128() { return false; }
|
|
|
| static const byte kCallOpcode = 0xE8;
|
| static const int kNoCodeAgeSequenceLength = 5;
|
|
|