Files
zig/std/os
kristopher tate 432b7685bf std/os/index.zig: use "hw.logicalcpu" instead of "hw.ncpu" in macOS; (#1317)
Tracking Issue #1252 ;

hw.ncpu was deprecated in macOS. Among 4 new options available (hw.{physicalcpu, physicalcpu_max, logicalcpu, logicalcpu_max}), hw.logicalcpu was chosen because it actually reflects the number of logical cores the OS sees.
2018-08-02 12:59:59 -04:00
..
2018-07-22 00:04:24 -04:00
2018-07-22 00:04:24 -04:00
2018-05-29 04:23:38 -04:00
2018-05-31 17:28:07 -04:00