This file is indexed.

/usr/share/gocode/src/github.com/dgryski/go-bits/popcnt_asm.go is in golang-github-dgryski-go-bits-dev 0.0~git20151205.0.86c69b3-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
// +build amd64,!appengine,!popcntgo

package bits

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