Index: src/platform.h |
diff --git a/src/platform.h b/src/platform.h |
index 4f8fdc34923db4809325548d2e519bcabe35fed0..5a403aab9149a78162347bcb9592f184909abd28 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); |