Thread overview
[Issue 23418] double argument is passed on stack, but assumed to be in XMM0 register
Oct 16, 2022
Walter Bright
Oct 16, 2022
Dlang Bot
Oct 16, 2022
Dlang Bot
October 16, 2022
https://issues.dlang.org/show_bug.cgi?id=23418

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |SIMD

--
October 16, 2022
https://issues.dlang.org/show_bug.cgi?id=23418

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 #14568 "fix Issue 23418 - double argument is passed on stack, but assumed to …" fixing this issue:

- fix Issue 23418 - double argument is passed on stack, but assumed to be in XMM0 register

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

--
October 16, 2022
https://issues.dlang.org/show_bug.cgi?id=23418

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/dmd pull request #14568 "fix Issue 23418 - double argument is passed on stack, but assumed to …" was merged into master:

- 88d6d5b784ea267098c43ed123226b11af1798eb by Walter Bright:
  fix Issue 23418 - double argument is passed on stack, but assumed to be in
XMM0 register

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

--