For now, the compilation will fails in non-amd64 archs, this pull request add some missing functions for non-amd64 archs, also fix go test in this situation :)
output in arm64 arch:
../../go/pkg/mod/github.com/zeebo/xxh3@v0.9.0/hash.go:161:10: undefined: hashLarge ../../go/pkg/mod/github.com/zeebo/xxh3@v0.9.0/hash128.go:231:10: undefined: hashLarge128
For now, the compilation will fails in non-amd64 archs, this pull request add some missing functions for non-amd64 archs, also fix
go test
in this situation :)output in arm64 arch:
../../go/pkg/mod/github.com/zeebo/xxh3@v0.9.0/hash.go:161:10: undefined: hashLarge ../../go/pkg/mod/github.com/zeebo/xxh3@v0.9.0/hash128.go:231:10: undefined: hashLarge128