| Index: src/platform.h
|
| diff --git a/src/platform.h b/src/platform.h
|
| index 43291cf48257c0fddf6e65779d6594e3bd075b2f..2068fe17cc6b4108513c37db98b054f357346eb5 100644
|
| --- a/src/platform.h
|
| +++ b/src/platform.h
|
| @@ -293,6 +293,9 @@ class OS {
|
| // Support runtime detection of VFP3 on ARM CPUs.
|
| static bool ArmCpuHasFeature(CpuFeature feature);
|
|
|
| + // Support runtime detection of FPU on MIPS CPUs.
|
| + static bool MipsCpuHasFeature(CpuFeature feature);
|
| +
|
| // Returns the activation frame alignment constraint or zero if
|
| // the platform doesn't care. Guaranteed to be a power of two.
|
| static int ActivationFrameAlignment();
|
|
|