aboutsummaryrefslogtreecommitdiff
path: root/core/sys/info/cpu_windows.odin
Commit message (Collapse)AuthorAgeFilesLines
* Require `@(init)` and `@(fini)` to be `proc "contextless" ()`gingerBill2025-08-081-1/+4
|
* Add core/hyperthread count for Windows and Linux (#5216)Jeroen van Rijn2025-05-251-0/+28
Add core/hyperthread count to `core:sys/info` for Windows and Linux. TODO: Linux RISCV, Linux ARM, Darwin, and the BSDs.