workaround to avoid excessive file-splitting

This commit is contained in:
Colin Davidson
2025-07-29 13:28:04 -07:00
parent 517e392abe
commit 35a95fc3e4

View File

@@ -3,7 +3,7 @@
package time
import "base:intrinsics"
import linux "core:sys/linux"
@(require) import linux "core:sys/linux"
_get_tsc_frequency :: proc "contextless" () -> (u64, bool) {
when ODIN_ARCH == .arm64 {