Sign in
go
/
tools
/
0b0c638d9722d69492662dd5610326c1c7c4fb9b
/
.
/
container
/
intsets
/
popcnt_gccgo.go
blob: 3fc5e85687a3b3abf60e1be4bd9a2bf845f1d53d [
file
] [
log
] [
blame
]
// Copyright 2015 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build gccgo
package intsets
func popcount(x word) int