mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-03 05:49:41 +03:00
aarch64: fix android build
This commit is contained in:
@@ -129,7 +129,7 @@ uint64 CalculateCPUFreq()
|
||||
}
|
||||
#endif
|
||||
|
||||
#if !defined(__arm__) && !defined(__arm64__)
|
||||
#if !defined(__arm__) && !defined(__aarch64__)
|
||||
// Compute the period. Loop until we get 3 consecutive periods that
|
||||
// are the same to within a small error. The error is chosen
|
||||
// to be +/- 0.02% on a P-200.
|
||||
|
||||
Reference in New Issue
Block a user