mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-28 06:59:40 -08:00
a58489857d
Signed-off-by: Frederic Branczyk <fbranczyk@gmail.com>
12 lines
210 B
Go
12 lines
210 B
Go
// +build amd64,!noasm
|
|
|
|
package sip13
|
|
|
|
//go:generate go run _avo/asm.go -out sip13_amd64.s
|
|
//go:noescape
|
|
|
|
func Sum64(k0, k1 uint64, p []byte) uint64
|
|
|
|
//go:noescape
|
|
func Sum64Str(k0, k1 uint64, p string) uint64
|