We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please answer these questions before submitting your issue. Thanks!
go version
go1.8
go env
arch=amd64 os=darwin
SIMD ( SSE2 SSSE3 or AVX2) will help xor's performance a lot.
I think I can make it
The text was updated successfully, but these errors were encountered:
Hi @templexxx, thanks for offering to make this.
I'll be happy to review a CL. Performance changes usually come with a benchstat.
You might want to have a look at #20967, too.
Sorry, something went wrong.
Implemented in 5168fcf. Closing here.
No branches or pull requests
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?go1.8
What operating system and processor architecture are you using (
go env
)?arch=amd64
os=darwin
What did you expect to see?
SIMD ( SSE2 SSSE3 or AVX2) will help xor's performance a lot.
I think I can make it
The text was updated successfully, but these errors were encountered: