Skip to content

Commit

Permalink
Fix ineffectual compiler directive
Browse files Browse the repository at this point in the history
  • Loading branch information
K1li4nL committed Aug 18, 2024
1 parent 147dd90 commit 3440396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pairing/bn254/gfp_decl.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
//nolint:unused // maybe useful
var hasBMI2 = cpu.X86.HasBMI2

// go:noescape
//go:noescape
func gfpNeg(c, a *gfP)

//go:noescape
Expand Down

0 comments on commit 3440396

Please sign in to comment.