Skip to content

Commit

Permalink
sm9/bn256: fix arm64 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
emmansun authored Jul 24, 2023
1 parent 2394eea commit b4bd731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sm9/bn256/gfp2_g1_generic.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build (!amd64) || purego
// +build !amd64 purego
//go:build (!amd64 && !arm64) || purego
// +build !amd64,!arm64 purego

package bn256

Expand Down

0 comments on commit b4bd731

Please sign in to comment.