prometheus/vendor/github.com/cespare/xxhash/v2/xxhash_amd64.go
Krasi Georgiev b03bb38194
Cut release 2.13.1 (#6145)
* cut 2.13.1 release (#6099)

Signed-off-by: Krasi Georgiev <8903888+krasi-georgiev@users.noreply.github.com>
2019-10-17 15:21:55 +03:00

14 lines
216 B
Go

// +build !appengine
// +build gc
// +build !purego
package xxhash
// Sum64 computes the 64-bit xxHash digest of b.
//
//go:noescape
func Sum64(b []byte) uint64
//go:noescape
func writeBlocks(*Digest, []byte) int