mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-26 12:16:20 +08:00
fix compile issue
This commit is contained in:
parent
f32b7e1afc
commit
0bf96ecea2
@ -2,8 +2,8 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//go:build purego || !(386 || amd64 || arm || arm64 || ppc64 || ppc64le || s390x)
|
||||
// +build !386,!amd64,!arm,!arm64,!ppc64,!ppc64le,!s390x purego
|
||||
//go:build purego || (!386 && !amd64 && !arm && !arm64 && !ppc64 && !ppc64le && !s390x)
|
||||
// +build purego !386,!amd64,!arm,!arm64,!ppc64,!ppc64le,!s390x
|
||||
|
||||
package bigmod
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user