本站源代码
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

12 líneas
226B

  1. // +build go1.9
  2. // "go1.9", from Go version 1.9 onward
  3. // See https://golang.org/pkg/go/build/#hdr-Build_Constraints
  4. package roaring
  5. import "math/bits"
  6. func popcount(x uint64) uint64 {
  7. return uint64(bits.OnesCount64(x))
  8. }
上海开阖软件有限公司 沪ICP备12045867号-1