zeebo / xxh3

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

GH actions throws error `undefined: accumAVX512` #15

Closed tamalsaha closed 2 years ago

tamalsaha commented 3 years ago

I am trying to use this library v1.0.0-rc3 and when I try to build the binary on GH Actions, I am getting the following error. Is there a way to avoid this error?

Error: vendor/github.com/zeebo/xxh3/hash128.go:244:3: undefined: accumAVX512
Error: vendor/github.com/zeebo/xxh3/hash64.go:174:3: undefined: accumAVX512

https://github.com/kubeops/csi-driver-cacerts/runs/4051947892?check_suite_focus=true