mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
workaround to avoid excessive file-splitting
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
package time
|
package time
|
||||||
|
|
||||||
import "base:intrinsics"
|
import "base:intrinsics"
|
||||||
import linux "core:sys/linux"
|
@(require) import linux "core:sys/linux"
|
||||||
|
|
||||||
_get_tsc_frequency :: proc "contextless" () -> (u64, bool) {
|
_get_tsc_frequency :: proc "contextless" () -> (u64, bool) {
|
||||||
when ODIN_ARCH == .arm64 {
|
when ODIN_ARCH == .arm64 {
|
||||||
|
|||||||
Reference in New Issue
Block a user