x/crypto: p256MulInternal and p256SqlInternal look like they could benefit from AVX-512 #48986
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Performance
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?recent Linux / amd64
What did you do?
I ran performance profiles that involve the crypto library in Go.
I'm seeing unexpected bottlenecks in p256MulInternal and p256SqrInternal. Looking at the code, it seems that these would benefit from AVX-512 instructions.
The text was updated successfully, but these errors were encountered: