Thread overview
[Issue 8973] core.cpuid.coresPerCPU returning incorrect value.
Apr 26, 2015
Joakim
Apr 26, 2015
Temtaime
Jul 02, 2015
rsw0x
Jul 02, 2015
Temtaime
Aug 24, 2015
Dmitry Olshansky
April 26, 2015
https://issues.dlang.org/show_bug.cgi?id=8973

--- Comment #1 from Joakim <dbugz@joakim.fea.st> ---
Unless you can provide us with some debug data for this function, nobody can debug this unless they have the exact same or similar CPU, which I certainly don't have.

--
April 26, 2015
https://issues.dlang.org/show_bug.cgi?id=8973

Temtaime <temtaime@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |temtaime@gmail.com

--- Comment #2 from Temtaime <temtaime@gmail.com> ---
Confirmed, returning 16 for me(fx 8350).

--
July 02, 2015
https://issues.dlang.org/show_bug.cgi?id=8973

rsw0x <rsw0x@rsw0x.me> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rsw0x@rsw0x.me
                 OS|Windows                     |All
           Severity|trivial                     |normal

--- Comment #3 from rsw0x <rsw0x@rsw0x.me> ---
Returns 16 for me with FX-8350 on Linux 4.0 x86-64

Appears to be an AMD issue.

--
July 02, 2015
https://issues.dlang.org/show_bug.cgi?id=8973

--- Comment #4 from Temtaime <temtaime@gmail.com> ---
Appears to be a phobos issue because other tools display normal count.

--
August 23, 2015
https://issues.dlang.org/show_bug.cgi?id=8973

--- Comment #5 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/f3d9ec7008578c366e543c74006959da1b3c5a23 Merge pull request #1351 from rsw0x/issue_8973

Issue 8973 - core.cpuid.coresPerCPU returning incorrect value.

--
August 24, 2015
https://issues.dlang.org/show_bug.cgi?id=8973

Dmitry Olshansky <dmitry.olsh@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |dmitry.olsh@gmail.com
         Resolution|---                         |FIXED

--
October 04, 2015
https://issues.dlang.org/show_bug.cgi?id=8973

--- Comment #6 from github-bugzilla@puremagic.com ---
Commit pushed to stable at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/f3d9ec7008578c366e543c74006959da1b3c5a23 Merge pull request #1351 from rsw0x/issue_8973

--