Sign in
go
/
tools
/
b8f4a4e40dc244d06030ef8644bc6788e9b8df93
/
.
/
container
/
intsets
/
popcnt_gccgo.go
blob: 82a8875c85da79a68789b4534befb89b21cb04d2 [
file
]
// 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