Thread overview
[Issue 23881] std.system has no function for system architecture
May 03, 2023
Dlang Bot
May 03, 2023
mhh
May 09, 2023
Dlang Bot
May 03, 2023
https://issues.dlang.org/show_bug.cgi?id=23881

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@Herringway created dlang/phobos pull request #8744 "fix issue 23881: add std.system.cpu and std.system.CPU" fixing this issue:

- fix issue 23881: add std.system.cpu and std.system.CPU

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

--
May 03, 2023
https://issues.dlang.org/show_bug.cgi?id=23881

mhh <maxhaton@gmail.com> changed:

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

--- Comment #2 from mhh <maxhaton@gmail.com> ---
https://dlang.org/phobos/core_cpuid.html#.isX86_64 Some features are available.

--
May 09, 2023
https://issues.dlang.org/show_bug.cgi?id=23881

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #8744 "fix issue 23881: add std.system.instructionSetArchitecture and std.system.ISA" was merged into master:

- 57fa167e79ec7d3478c8ffcfc3e62157c7bf957c by Cameron Ross:
  fix issue 23881: add std.system.instructionSetArchitecture and std.system.ISA

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

--