prometheus/vendor/github.com/dgryski/go-sip13/sip13_stub.go
Ganesh Vernekar 5ecef3542d
Cleanup after merging tsdb into prometheus
Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
2019-08-13 14:04:14 +05:30

12 lines
238 B
Go

// +build amd64,!noasm
package sip13
//go:generate python -m peachpy.x86_64 sip13.py -S -o sip13_amd64.s -mabi=goasm
//go:noescape
func Sum64(k0, k1 uint64, p []byte) uint64
//go:noescape
func Sum64Str(k0, k1 uint64, p string) uint64