Thread overview
[Issue 21816] testing XMM for nan does not work
Apr 10, 2021
Walter Bright
Apr 10, 2021
Dlang Bot
Apr 11, 2021
Dlang Bot
April 10, 2021
https://issues.dlang.org/show_bug.cgi?id=21816

Walter Bright <bugzilla@digitalmars.com> changed:

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

--
April 10, 2021
https://issues.dlang.org/show_bug.cgi?id=21816

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 #12416 "fix Issue 21816 - testing XMM for nan does not work" fixing this issue:

- fix Issue 21816 - testing XMM for nan does not work

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

--
April 11, 2021
https://issues.dlang.org/show_bug.cgi?id=21816

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 #12416 "fix Issue 21816 - testing XMM for nan does not work" was merged into master:

- 7e8297e12e0528c775ab76cd57e3c6314e9ada7c by Walter Bright:
  fix Issue 21816 - testing XMM for nan does not work

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

--