You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not quite familiar with arm64 arch, but if it has any low-overhead timecounter function(in nanosecond precision) similar to rdtsc in x86, you can simply change TSCNS::rdtsc to use it and that's all you need to do. Note that the timecounter value need to be consistent across all the cpu cores.
Hello,
Will this work on arm64 architectures like RPI?
Best Regards.
C.A.
The text was updated successfully, but these errors were encountered: