]> Cypherpunks.ru repositories - gostls13.git/commitdiff
crypto/internal/nistec: update generator for re-enabled s390x asm
authorIan Lance Taylor <iant@golang.org>
Tue, 11 Apr 2023 18:54:46 +0000 (11:54 -0700)
committerGopher Robot <gobot@golang.org>
Tue, 11 Apr 2023 20:36:23 +0000 (20:36 +0000)
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>

src/crypto/internal/nistec/generate.go

index 0204bc1233c49a5304c08733682443efc22a0409..0e84cefb3657dcf83e431a152d9d074a1973d871 100644 (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",