Thread overview
[Issue 21526] x87 not rounding to precision on assignment on some platforms
Jan 05, 2021
Walter Bright
Jan 06, 2021
Dlang Bot
Jan 06, 2021
Iain Buclaw
Jan 08, 2021
Dlang Bot
January 05, 2021
https://issues.dlang.org/show_bug.cgi?id=21526

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |backend, wrong-code

--
January 06, 2021
https://issues.dlang.org/show_bug.cgi?id=21526

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #12102 "fix Issue 21526 - x87 not rounding to precision on assignment on some…" fixing this issue:

- fix Issue 21526 - x87 not rounding to precision on assignment on some platforms

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

--
January 06, 2021
https://issues.dlang.org/show_bug.cgi?id=21526

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw@gdcproject.org

--- Comment #2 from Iain Buclaw <ibuclaw@gdcproject.org> ---
Related to this issue?

https://issues.dlang.org/show_bug.cgi?id=21376

--
January 08, 2021
https://issues.dlang.org/show_bug.cgi?id=21526

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/dmd pull request #12102 "fix Issue 21526 - x87 not rounding to precision on assignment on some…" was merged into master:

- 455f606b7d6f4b220da14ae6432249f34a0e8cf6 by Walter Bright:
  fix Issue 21526 - x87 not rounding to precision on assignment on some
platforms

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

--