Skip to content

x/crypto/internal/chacha20: improve performance for ppc64le #25051

Closed
@pfsmorigo

Description

@pfsmorigo

Please answer these questions before submitting your issue. Thanks!

What version of Go are you using (go version)?

Using upstream.

Does this issue reproduce with the latest release?

Yes

What operating system and processor architecture are you using (go env)?

GOARCH="ppc64le"
GOHOSTARCH="ppc64le"
GOHOSTOS="linux"

What did you do?

I opened this issue in order to submit a patch that adds asm implementation for chacha20 using vector instructions on ppc64le.

If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
A link on play.golang.org is best.

What did you expect to see?

What did you see instead?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions