Thread overview
[Issue 22735] __builtins.di does not implement __builtin_bswap64 correctly
Feb 04, 2022
Walter Bright
Feb 04, 2022
Dlang Bot
Feb 04, 2022
Dlang Bot
Jul 09, 2022
Dlang Bot
February 04, 2022
https://issues.dlang.org/show_bug.cgi?id=22735

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ImportC

--
February 04, 2022
https://issues.dlang.org/show_bug.cgi?id=22735

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/druntime pull request #3721 "fix Issue 22735 - __builtins.di does not implement __builtin_bswap64 …" fixing this issue:

- fix Issue 22735 - __builtins.di does not implement __builtin_bswap64 correctly

https://github.com/dlang/druntime/pull/3721

--
February 04, 2022
https://issues.dlang.org/show_bug.cgi?id=22735

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/druntime pull request #3721 "fix Issue 22735 - __builtins.di does not implement __builtin_bswap64 …" was merged into master:

- 0bcc7bb6d8b67b0c4a8c87089d6e421930ecc76c by Walter Bright:
  fix Issue 22735 - __builtins.di does not implement __builtin_bswap64
correctly

https://github.com/dlang/druntime/pull/3721

--
July 09, 2022
https://issues.dlang.org/show_bug.cgi?id=22735

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #14281 "[project] Merge druntime into the dmd repository" was merged into master:

- 02e8df4436109264143ee56bbe77dc3a58ab33ba by Walter Bright:
  fix Issue 22735 - __builtins.di does not implement __builtin_bswap64
correctly

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

--