summaryrefslogtreecommitdiff
path: root/vendor/github.com/cespare/xxhash/xxhash_amd64.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/cespare/xxhash/xxhash_amd64.go')
-rw-r--r--vendor/github.com/cespare/xxhash/xxhash_amd64.go12
1 files changed, 0 insertions, 12 deletions
diff --git a/vendor/github.com/cespare/xxhash/xxhash_amd64.go b/vendor/github.com/cespare/xxhash/xxhash_amd64.go
deleted file mode 100644
index d61765268..000000000
--- a/vendor/github.com/cespare/xxhash/xxhash_amd64.go
+++ /dev/null
@@ -1,12 +0,0 @@
-// +build !appengine
-// +build gc
-// +build !purego
-
-package xxhash
-
-// Sum64 computes the 64-bit xxHash digest of b.
-//
-//go:noescape
-func Sum64(b []byte) uint64
-
-func writeBlocks(x *xxh, b []byte) []byte