First steps

This commit is contained in:
JusicP
2020-11-19 22:37:27 +02:00
parent 6920a3bd08
commit 3434111923
1341 changed files with 883624 additions and 46746 deletions
+2
View File
@@ -83,6 +83,8 @@ int64 CReliableTimer::GetPerformanceCountNow()
uint64 ulNow;
SYS_TIMEBASE_GET( ulNow );
return ulNow;
#elif defined(__arm__) && defined(ANDROID)
return Plat_Rdtsc();
#else
uint64 un64;
__asm__ __volatile__ (