Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1444 from ibuclaw/dmdbitops
Browse files Browse the repository at this point in the history
_popcnt intrinsic only available with DMD.
  • Loading branch information
MartinNowak committed Dec 27, 2015
2 parents 2a36f9e + 5376b4d commit 700aad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/bitop.d
Expand Up @@ -194,7 +194,7 @@ version (DigitalMars) version (AnyX86) @system // not pure
uint outpl(uint port_address, uint value);
}

version (AnyX86)
version (DigitalMars) version (AnyX86)
{
/**
* Calculates the number of set bits in a 32-bit integer
Expand Down

0 comments on commit 700aad6

Please sign in to comment.