Jump to page: 1 2
Thread overview
[Issue 16743] Intrinsic recognition sometimes fails if a software implementation is available
Nov 24, 2016
Walter Bright
May 09, 2019
Armando
November 24, 2016
https://issues.dlang.org/show_bug.cgi?id=16743

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                 CC|                            |bugzilla@digitalmars.com
           Hardware|x86_64                      |All
                 OS|Linux                       |All

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
You're right that inlining was the culprit.

https://github.com/dlang/druntime/pull/1695 https://github.com/dlang/dmd/pull/6278

--
November 25, 2016
https://issues.dlang.org/show_bug.cgi?id=16743

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/a1d1204abce198cce00e41cfd67039eec3d2e866 fix Issue 16743 - Intrinsic recognition sometimes fails if a software implementation is available

https://github.com/dlang/dmd/commit/0e4152265a2e16ca49ea8ea34a82109ce6c59cbc Merge pull request #6278 from WalterBright/fix16743

fix Issue 16743 - Intrinsic recognition sometimes fails if a software…

--
November 25, 2016
https://issues.dlang.org/show_bug.cgi?id=16743

github-bugzilla@puremagic.com changed:

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

--
November 25, 2016
https://issues.dlang.org/show_bug.cgi?id=16743

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/druntime

https://github.com/dlang/druntime/commit/7f90cdce59cd422224172327fd7ddb6ce3f9eac6 fix Issue 16743 - Intrinsic recognition sometimes fails if a software implementation is available

https://github.com/dlang/druntime/commit/dc622e5e2e5485d6f12433500dcffcda5b45c930 Merge pull request #1695 from WalterBright/fix16743

fix Issue 16743 - Intrinsic recognition sometimes fails if a software…

--
November 25, 2016
https://issues.dlang.org/show_bug.cgi?id=16743

--- Comment #4 from thomas.bockman@gmail.com ---
I have tested and can confirm that this is fixed in master. Thanks.

--
December 27, 2016
https://issues.dlang.org/show_bug.cgi?id=16743

--- Comment #5 from github-bugzilla@puremagic.com ---
Commits pushed to scope at https://github.com/dlang/druntime

https://github.com/dlang/druntime/commit/7f90cdce59cd422224172327fd7ddb6ce3f9eac6 fix Issue 16743 - Intrinsic recognition sometimes fails if a software implementation is available

https://github.com/dlang/druntime/commit/dc622e5e2e5485d6f12433500dcffcda5b45c930 Merge pull request #1695 from WalterBright/fix16743

--
December 27, 2016
https://issues.dlang.org/show_bug.cgi?id=16743

--- Comment #6 from github-bugzilla@puremagic.com ---
Commits pushed to scope at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/a1d1204abce198cce00e41cfd67039eec3d2e866 fix Issue 16743 - Intrinsic recognition sometimes fails if a software implementation is available

https://github.com/dlang/dmd/commit/0e4152265a2e16ca49ea8ea34a82109ce6c59cbc Merge pull request #6278 from WalterBright/fix16743

--
January 07, 2017
https://issues.dlang.org/show_bug.cgi?id=16743

--- Comment #7 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/druntime

https://github.com/dlang/druntime/commit/7f90cdce59cd422224172327fd7ddb6ce3f9eac6 fix Issue 16743 - Intrinsic recognition sometimes fails if a software implementation is available

https://github.com/dlang/druntime/commit/dc622e5e2e5485d6f12433500dcffcda5b45c930 Merge pull request #1695 from WalterBright/fix16743

--
January 16, 2017
https://issues.dlang.org/show_bug.cgi?id=16743

--- Comment #8 from github-bugzilla@puremagic.com ---
Commits pushed to newCTFE at https://github.com/dlang/druntime

https://github.com/dlang/druntime/commit/7f90cdce59cd422224172327fd7ddb6ce3f9eac6 fix Issue 16743 - Intrinsic recognition sometimes fails if a software implementation is available

https://github.com/dlang/druntime/commit/dc622e5e2e5485d6f12433500dcffcda5b45c930 Merge pull request #1695 from WalterBright/fix16743

--
January 16, 2017
https://issues.dlang.org/show_bug.cgi?id=16743

--- Comment #9 from github-bugzilla@puremagic.com ---
Commits pushed to newCTFE at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/a1d1204abce198cce00e41cfd67039eec3d2e866 fix Issue 16743 - Intrinsic recognition sometimes fails if a software implementation is available

https://github.com/dlang/dmd/commit/0e4152265a2e16ca49ea8ea34a82109ce6c59cbc Merge pull request #6278 from WalterBright/fix16743

--
« First   ‹ Prev
1 2