You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi folks, I'm looking to test HighwayHash on our new Ampere Altra to ensure performance. I'm having some trouble running. I was wondering if you could share your invocations? I am on go version go1.11.13 linux/arm64
$ go get -u github.com/minio/highwayhash
$ go get -u github.com/aead/poly1305
$ go get -u github.com/aead/siphash
$ go get -u github.com/minio/blake2b-simd
$ git clone https://github.com/fwessels/HashCompare.git
I spliced out the AVX512 portions of benchmarks_test.go since we are on aarch64..
$ cd /home/mjm/hash/HashCompare
$ git test
# _/home/mjm/hash/HashCompare.test
2020/08/30 21:16:09 duplicate symbol github.com/minio/highwayhash.zipperMerge (types 1 and 8) in github.com/minio/highwayhash and /home/mjm/go/pkg/linux_arm64/github.com/minio/highwayhash.a(highwayhash_arm6)
FAIL _/home/mjm/hash/HashCompare [build failed]
I've tried "go clean" as well. Help is appreciated! Thanks
The text was updated successfully, but these errors were encountered:
Hi folks, I'm looking to test HighwayHash on our new Ampere Altra to ensure performance. I'm having some trouble running. I was wondering if you could share your invocations? I am on go version go1.11.13 linux/arm64
I spliced out the AVX512 portions of benchmarks_test.go since we are on aarch64..
I've tried "go clean" as well. Help is appreciated! Thanks
The text was updated successfully, but these errors were encountered: