[dmd-internals] [D-Programming-Language/dmd] ae467a: Create builtin for popcnt.
GitHub via dmd-internals
dmd-internals at puremagic.com
Sun Sep 14 15:51:06 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: ae467a020faf021435db3c278285209094153067
https://github.com/D-Programming-Language/dmd/commit/ae467a020faf021435db3c278285209094153067
Author: kai <kai at redstar.de>
Date: 2014-09-13 (Sat, 13 Sep 2014)
Changed paths:
M src/builtin.c
M test/runnable/builtin.d
Log Message:
-----------
Create builtin for popcnt.
As suggested by @klickverbot popcnt should be a builtin as it is now an intrinsic.
Commit: cc8bd650775ffd4dcaaf0e39ffbbf33e67401812
https://github.com/D-Programming-Language/dmd/commit/cc8bd650775ffd4dcaaf0e39ffbbf33e67401812
Author: Walter Bright <walter at walterbright.com>
Date: 2014-09-14 (Sun, 14 Sep 2014)
Changed paths:
M src/builtin.c
M test/runnable/builtin.d
Log Message:
-----------
Merge pull request #3975 from redstar/popcnt
Create builtin for popcnt.
Compare: https://github.com/D-Programming-Language/dmd/compare/350c46ff25b6...cc8bd650775f
More information about the dmd-internals
mailing list