Files
zig/std
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-29 23:25:40 -04:00
2018-07-17 10:29:42 -04:00
2018-06-18 17:43:01 -04:00
2018-07-18 10:07:22 -04:00