aboutsummaryrefslogtreecommitdiff
path: root/core/sys/info/cpu_arm.odin
Commit message (Collapse)AuthorAgeFilesLines
* Add core/hyperthread count for Windows and Linux (#5216)Jeroen van Rijn2025-05-251-6/+10
| | | | | Add core/hyperthread count to `core:sys/info` for Windows and Linux. TODO: Linux RISCV, Linux ARM, Darwin, and the BSDs.
* Moved all packages in core, base, vendor, tests and examples to use new #+ ↵Karl Zylinski2024-09-141-1/+1
| | | | file tag syntax.
* sys/info: retrieve better CPU description on DarwinLaytan Laats2024-04-301-6/+21
| | | | | Previously either `ARM` or `ARM64`, now you get something like `Apple M1`
* sys/info: add feature detection for Darwin and Linux ARMLaytan Laats2024-04-301-14/+43
|
* Silence vet some more.Jeroen van Rijn2022-09-051-2/+2
|
* [sys/info] Initial version.Jeroen van Rijn2022-09-011-0/+26