File: popcnt_asm.go

package info (click to toggle)
golang-github-dgryski-go-bits 0.0~git20180112.bd8a69a-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 104 kB
  • sloc: asm: 24; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 128 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
// +build !gccgo,amd64,!appengine,!popcntgo

package bits

// Popcnt counts the number of bits set
func Popcnt(x uint64) uint64