- add Linux cgroups support when calling
get()
.
- fix
get
on OpenBSD to ignore offline CPUs - implement
get_physical
on OpenBSD
- Use
mem::zeroed
instead ofmem::uninitialized
.
- add
hermit
target OS support - removes
bitrig
support
- fix
get_physical
count with AMD hyperthreading.
- improve
haiku
CPU detection
- add
illumos
target OS support - add default fallback if target is unknown to
1
- add
sgx
target env support
- add
wasm-unknown-unknown
target support
- add
get_physical
support for macOS
- use
_SC_NPROCESSORS_CONF
on Unix targets
- revert 1.6.1 for now
- fixes sometimes incorrect num on Android/ARM Linux (#45)
get_physical
gains Windows support
- fix
get
to return 1 ifsysconf(_SC_NPROCESSORS_ONLN)
failed
get()
now checkssched_affinity
on Linux
- add
haiku
target support
- add
redox
target support
- fixes
get_physical
count (454ff1b)
- add
emscripten
target support - add
fuchsia
target support
- added
get_physical
function to return number of physical CPUs found
get
function returns number of CPUs (physical and virtual) of current platform