1
0
mirror of https://github.com/golang/go synced 2024-09-29 10:24:34 -06:00

crypto/internal/nistec: update generator for re-enabled s390x asm

CL 404058 modified the generated file p256.go without modifying
the generator program. This CL updates the generator program so
that it generates the p256.go file currently in the tree.

For #52709

Change-Id: I86927a8bb84b2e17426b7ba74a86f1aba781628e
Reviewed-on: https://go-review.googlesource.com/c/go/+/483715
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: Lynn Boger <laboger@linux.vnet.ibm.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
This commit is contained in:
Ian Lance Taylor 2023-04-11 11:54:46 -07:00 committed by Gopher Robot
parent 2848021603
commit 5a962bfc34

View File

@ -40,7 +40,7 @@ var curves = []struct {
P: "P256",
Element: "fiat.P256Element",
Params: elliptic.P256().Params(),
BuildTags: "!amd64 && !arm64 && !ppc64le",
BuildTags: "!amd64 && !arm64 && !ppc64le && !s390x",
},
{
P: "P384",