mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-14 09:34:05 -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
|