[D-runtime] [D-Programming-Language/druntime] f6195a: Fix CTFE popcnt() so it doesn't try to check core....

GitHub via D-runtime d-runtime at puremagic.com
Sun Jan 24 17:40:46 PST 2016


  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 at 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 at 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


More information about the D-runtime mailing list