mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-26 20:26:19 +08:00
fix build arch issue
This commit is contained in:
parent
4f1cbebc81
commit
485d6317a3
@ -1,5 +1,5 @@
|
|||||||
//go:build !amd64
|
//go:build !amd64 && !arm64
|
||||||
// +build !amd64
|
// +build !amd64,!arm64
|
||||||
|
|
||||||
package sm2
|
package sm2
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// Generated by gen_p256_table.go. DO NOT EDIT.
|
// Generated by gen_p256_table.go. DO NOT EDIT.
|
||||||
//go:build amd64
|
//go:build amd64 || arm64
|
||||||
// +build amd64
|
// +build amd64 arm64
|
||||||
|
|
||||||
package sm2
|
package sm2
|
||||||
|
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
//go:build amd64
|
//go:build amd64 || arm64
|
||||||
// +build amd64
|
// +build amd64 arm64
|
||||||
|
|
||||||
package sm2
|
package sm2
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
//go:build amd64
|
//go:build amd64 || arm64
|
||||||
// +build amd64
|
// +build amd64 arm64
|
||||||
|
|
||||||
package sm2
|
package sm2
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user