mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-28 10:20:05 +00:00
use the correct frequency for the arm tsc timer
This commit is contained in:
@@ -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{}
|
||||
|
||||
Reference in New Issue
Block a user