use the correct frequency for the arm tsc timer

This commit is contained in:
Colin Davidson
2025-07-28 15:10:42 -07:00
parent b88f9194d0
commit 1848e0df05
5 changed files with 22 additions and 1 deletions
+3
View File
@@ -361,6 +361,9 @@ wasm_memory_atomic_notify32 :: proc(ptr: ^u32, waiters: u32) -> (waiters_woken_u
x86_cpuid :: proc(ax, cx: u32) -> (eax, ebx, ecx, edx: u32) ---
x86_xgetbv :: proc(cx: u32) -> (eax, edx: u32) ---
// Arm64 targets
arm64_read_cycle_counter_frequency :: proc() -> i64 ---
// Darwin targets only
objc_object :: struct{}