fix compile issue

This commit is contained in:
Sun Yimin 2023-06-01 11:12:23 +08:00 committed by GitHub
parent f32b7e1afc
commit 0bf96ecea2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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