| Index: src/platform.h
|
| diff --git a/src/platform.h b/src/platform.h
|
| index 4f34abe43ad56b34ce597f644aac126f3f85b52c..b2e0c48c1957fa520c37b487fdab3b20c27131fd 100644
|
| --- a/src/platform.h
|
| +++ b/src/platform.h
|
| @@ -294,6 +294,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();
|
|
|