-
Notifications
You must be signed in to change notification settings - Fork 315
Benchmark FastXOR on non amd64 platforms #96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It's unlikely to be any slower and ARM also supports unaligned loads/stores and is little endian so I don't expect there to be any issues here given ARM and AMD64 are the major architectures in use. If anyone finds it too slow, they can open a new issue. |
I will test to confirm on an AWS arm instance. |
Tested on an AWS a1.xlarge aarch64 ARM instance.
Still faster than basic. Not as much as amd64 but good enough to keep as is. |
golang/go#31586 (comment)
It might be slower.
The text was updated successfully, but these errors were encountered: