| Index: src/ppc/assembler-ppc-inl.h
|
| diff --git a/src/ppc/assembler-ppc-inl.h b/src/ppc/assembler-ppc-inl.h
|
| index 80083487132df3d52f0ed483562971d60a79f72c..f20cbb4eceee25b6326fccc107cf8c40444ba168 100644
|
| --- a/src/ppc/assembler-ppc-inl.h
|
| +++ b/src/ppc/assembler-ppc-inl.h
|
| @@ -49,7 +49,7 @@ namespace internal {
|
|
|
| bool CpuFeatures::SupportsCrankshaft() { return true; }
|
|
|
| -bool CpuFeatures::SupportsSimd128() { return false; }
|
| +bool CpuFeatures::SupportsWasmSimd128() { return false; }
|
|
|
| void RelocInfo::apply(intptr_t delta) {
|
| // absolute code pointer inside code object moves with the code object.
|
|
|