mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-28 15:09:39 -08:00
7 lines
97 B
Go
7 lines
97 B
Go
|
// +build amd64,!appengine
|
||
|
|
||
|
package bits
|
||
|
|
||
|
// Clz counts leading zeroes
|
||
|
func Clz(x uint64) uint64
|