zeebo / xxh3

XXH3 algorithm in Go
BSD 2-Clause "Simplified" License
406 stars 20 forks source link

xxh3: fix non-amd64 build #2

Closed mdlayher closed 5 years ago

mdlayher commented 5 years ago

Signed-off-by: Matt Layher mdlayher@gmail.com

Fixes:

$ GOARCH=mips64 go build
# github.com/zeebo/xxh3
./hash.go:236:21: too many arguments in call to hash_vector
        have (unsafe.Pointer, uint64)
        want (string)
zeebo commented 5 years ago

Thanks!