mirror of
https://github.com/prometheus/prometheus.git
synced 2025-02-02 08:31:11 -08:00
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
|