November 24, 2023
https://issues.dlang.org/show_bug.cgi?id=24254

--- Comment #11 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #15859 "[stable] core.cpuid: Fix div-by-zero on AMD CPUs with 256 (physical?) cores" was merged into stable:

- edfa13e57de7b8597df2a95475179288c98cb25e by Martin Kinkelin:
  core.cpuid: Fix div-by-zero on AMD CPUs with 256 (physical?) cores

  See:
https://en.wikipedia.org/wiki/CPUID#EAX=80000008h:_Virtual_and_Physical_address_Sizes

  This *might* fix Issue 24254, although I'd expect the read value for
  that CPU to be 127 (*physical* cores minus 1), not the problematic 255.

https://github.com/dlang/dmd/pull/15859

--
November 26, 2023
https://issues.dlang.org/show_bug.cgi?id=24254

--- Comment #12 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright updated dlang/dmd pull request #15864 "fix Issue 24262 - Assert error with bit fields" mentioning this issue:

- core.cpuid: Fix div-by-zero on AMD CPUs with 256 (physical?) cores

  See:
https://en.wikipedia.org/wiki/CPUID#EAX=80000008h:_Virtual_and_Physical_address_Sizes

  This *might* fix Issue 24254, although I'd expect the read value for
  that CPU to be 127 (*physical* cores minus 1), not the problematic 255.

https://github.com/dlang/dmd/pull/15864

--
November 26, 2023
https://issues.dlang.org/show_bug.cgi?id=24254

--- Comment #13 from Dlang Bot <dlang-bot@dlang.rocks> ---
@dkorpel created dlang/dmd pull request #15865 "Merge stable into master" mentioning this issue:

- core.cpuid: Fix div-by-zero on AMD CPUs with 256 (physical?) cores

  See:
https://en.wikipedia.org/wiki/CPUID#EAX=80000008h:_Virtual_and_Physical_address_Sizes

  This *might* fix Issue 24254, although I'd expect the read value for
  that CPU to be 127 (*physical* cores minus 1), not the problematic 255.

https://github.com/dlang/dmd/pull/15865

--
November 26, 2023
https://issues.dlang.org/show_bug.cgi?id=24254

--- Comment #14 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #15865 "Merge stable into master" was merged into master:

- 27b891c0d810d1fcf88ff5e702e9d049232e8f8d by Martin Kinkelin:
  core.cpuid: Fix div-by-zero on AMD CPUs with 256 (physical?) cores

  See:
https://en.wikipedia.org/wiki/CPUID#EAX=80000008h:_Virtual_and_Physical_address_Sizes

  This *might* fix Issue 24254, although I'd expect the read value for
  that CPU to be 127 (*physical* cores minus 1), not the problematic 255.

https://github.com/dlang/dmd/pull/15865

--
1 2
Next ›   Last »