Thread overview
[Issue 22340] totalCPUs may not return accurate number of CPUs
Sep 28, 2021
Dlang Bot
Sep 28, 2021
Dlang Bot
Sep 28, 2021
Dlang Bot
September 28, 2021
https://issues.dlang.org/show_bug.cgi?id=22340

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@kubo39 updated dlang/phobos pull request #7444 "totalCPUs returns accurate number of CPUs when >= 1024 on Linux" fixing this issue:

- Fix Issue 22340 - totalCPUs may not return accurate number of CPUs

https://github.com/dlang/phobos/pull/7444

--
September 28, 2021
https://issues.dlang.org/show_bug.cgi?id=22340

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #7444 "Fix Issue 22340 - totalCPUs may not return accurate number of CPUs " was merged into master:

- 23fa7b144a6f59df52e608c10a94fbc49e9483b3 by Hiroki Noda:
  Fix Issue 22340 - totalCPUs may not return accurate number of CPUs

  bugzilla url: https://issues.dlang.org/show_bug.cgi?id=22340

https://github.com/dlang/phobos/pull/7444

--
September 28, 2021
https://issues.dlang.org/show_bug.cgi?id=22340

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #6858 "add -preview=fieldwise to build" was merged into master:

- 563c378acb4ac30e5e0aa1b208f4641835a3f4a3 by RazvanN7:
  Fix Issue 22340 - totalCPUs may not return accurate number of CPUs

https://github.com/dlang/phobos/pull/6858

--