dgryski / go-farm

go-farm: a pure-Go farmhash implementation
MIT License
245 stars 22 forks source link

Compile issue on armv71 #15

Closed shyim closed 5 years ago

shyim commented 5 years ago
vendor/github.com/dgryski/go-farm/fp64_stub.go:7:6: Fingerprint64 redeclared in
        previous declaration at vendor/github.com/dgryski/go-farm/fp64_generic.g
vendor/github.com/dgryski/go-farm/fp64_stub.go:7:6: missing function body
dgryski commented 5 years ago

Argh. I'll have to fix the build tags. For now, use -tags=purego as a workaround.