Skip to content

Commit

Permalink
Merge pull request #20 from jwilder/master
Browse files Browse the repository at this point in the history
Fix popcnt_generic.go:22: too many arguments in call to popcntSliceGo
  • Loading branch information
willf committed Mar 8, 2014
2 parents f20fc93 + b71899d commit 907fa09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion popcnt_generic.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ func popcntOrSlice(s, m []uint64) uint64 {
}

func popcntXorSlice(s, m []uint64) uint64 {
return popcntSliceGo(s, m)
return popcntXorSliceGo(s, m)
}

0 comments on commit 907fa09

Please sign in to comment.