mirror of
https://github.com/codex-storage/nim-leopard.git
synced 2025-02-11 18:36:51 +00:00
8 lines
126 B
Nim
8 lines
126 B
Nim
import ./utils/allocs
|
|
|
|
when defined(amd64) or defined(i386):
|
|
import ./utils/cpuinfo_x86
|
|
export cpuinfo_x86
|
|
|
|
export allocs
|