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 #959 from 9rnsr/enforceProp
Browse files Browse the repository at this point in the history
fix property enforcement
  • Loading branch information
dnadlinger committed Sep 19, 2014
2 parents dbf3ff2 + fd2e0c0 commit 05c9db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/bitop.d
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ version (AnyX86)
{
// Not everyone has SSE4 instructions
import core.cpuid;
if (!hasPopcnt())
if (!hasPopcnt)
return;

static int popcnt_x(ulong u) nothrow @nogc
Expand Down

0 comments on commit 05c9db3

Please sign in to comment.