mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
require to reduce files for a one line function
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
package time
|
||||
|
||||
import "base:intrinsics"
|
||||
import "core:sys/unix"
|
||||
@require import "core:sys/unix"
|
||||
|
||||
_get_tsc_frequency :: proc "contextless" () -> (freq: u64, ok: bool) {
|
||||
when ODIN_ARCH == .amd64 {
|
||||
|
||||
Reference in New Issue
Block a user