January 24, 2016 [D-runtime] [D-Programming-Language/druntime] f6195a: Fix CTFE popcnt() so it doesn't try to check core.... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/druntime Commit: f6195a5661769edc754f9ab1d1f3cf9ef3359dc3 https://github.com/D-Programming-Language/druntime/commit/f6195a5661769edc754f9ab1d1f3cf9ef3359dc3 Author: tsbockman <thomas.bockman@gmail.com> Date: 2016-01-20 (Wed, 20 Jan 2016) Changed paths: M src/core/bitop.d Log Message: ----------- Fix CTFE popcnt() so it doesn't try to check core.cpuid.hasPopcnt, which will fail. Commit: 3b02c929bec8341effd33b1b64987b408e18ba2e https://github.com/D-Programming-Language/druntime/commit/3b02c929bec8341effd33b1b64987b408e18ba2e Author: Martin Nowak <code@dawg.eu> Date: 2016-01-25 (Mon, 25 Jan 2016) Changed paths: M src/core/bitop.d Log Message: ----------- Merge pull request #1475 from tsbockman/ctfe_popcnt Fix CTFE popcnt() regression Compare: https://github.com/D-Programming-Language/druntime/compare/d824da1ad3b2...3b02c929bec8 |
Copyright © 1999-2021 by the D Language Foundation