Index: src/platform.h |
diff --git a/src/platform.h b/src/platform.h |
index f50e7130be699682b21a445b8fee6e954d2fae88..de896acad5f0e1059d88fa183dc8775aae3168ea 100644 |
--- a/src/platform.h |
+++ b/src/platform.h |
@@ -308,6 +308,9 @@ class OS { |
// Returns the double constant NAN |
static double nan_value(); |
+ // Support runtime detection of Cpu implementer |
+ static CpuImplementer GetCpuImplementer(); |
+ |
// Support runtime detection of VFP3 on ARM CPUs. |
static bool ArmCpuHasFeature(CpuFeature feature); |