DEBSOURCES
Skip Quicknav
sources / golang-github-dgryski-go-bits / 0.0~git20151205.0.86c69b3-1 / popcnt_asm.go
123456
// +build amd64,!appengine,!popcntgo package bits // Popcnt counts the number of bits set func Popcnt(x uint64) uint64