File: clz_asm.go

package info (click to toggle)
golang-github-dgryski-go-bits 0.0~git20151205.0.86c69b3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 88 kB
  • ctags: 26
  • sloc: asm: 24; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 97 bytes parent folder | download
1
2
3
4
5
6
// +build amd64,!appengine

package bits

// Clz counts leading zeroes
func Clz(x uint64) uint64