Thread overview
[Issue 19663] On x86_64 the fabs intrinsic should use SSE
Jul 21, 2020
Walter Bright
Jul 21, 2020
Basile-z
Jul 24, 2020
Dlang Bot
Jul 24, 2020
Dlang Bot
July 21, 2020
https://issues.dlang.org/show_bug.cgi?id=19663

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com
           Hardware|x86_64                      |All

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
Partial fix:

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

--
July 21, 2020
https://issues.dlang.org/show_bug.cgi?id=19663

--- Comment #2 from Basile-z <b2.temp@gmx.com> ---
BTW option 3 doesn't work.

--
July 24, 2020
https://issues.dlang.org/show_bug.cgi?id=19663

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #11449 "fix Issue 19663 - On x86_64 the fabs intrinsic should use SSE" fixing this issue:

- fix Issue 19663 - On x86_64 the fabs intrinsic should use SSE

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

--
July 24, 2020
https://issues.dlang.org/show_bug.cgi?id=19663

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

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

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #11449 "fix Issue 19663 - On x86_64 the fabs intrinsic should use SSE" was merged into master:

- 549ee99a87bb398cf7f01fda92793261b28f9066 by Walter Bright:
  fix Issue 19663 - On x86_64 the fabs intrinsic should use SSE

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

--