Thread overview
[Issue 19199] Use core.bitops intrinsics during CTFE
Aug 27, 2018
Nathan S.
August 27, 2018
https://issues.dlang.org/show_bug.cgi?id=19199

--- Comment #1 from Nathan S. <n8sh.secondary@hotmail.com> ---
Pull request: https://github.com/dlang/dmd/pull/8627

--
September 02, 2018
https://issues.dlang.org/show_bug.cgi?id=19199

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

https://github.com/dlang/dmd/commit/d1cccc57dc65fb7038490b61798e2c92fd31901e Fix Issue 19199 - Use core.bitops intrinsics during CTFE

dmd.builtin.eval_popcnt had the wrong type: should always be int rather than matching the type of the argument.

https://github.com/dlang/dmd/commit/3dab4374fe584301c2cbb75ef69fa9b9a803e3f6 Merge pull request #8627 from n8sh/builtin-bitops-19199

Fix Issue 19199 - Use core.bitops intrinsics during CTFE merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>

--
September 02, 2018
https://issues.dlang.org/show_bug.cgi?id=19199

github-bugzilla@puremagic.com changed:

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

--