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