Skip to content

Commit

Permalink
crypto/bn256/cloudflare: fix noescape-directive (ethereum#29222)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumakichi authored Mar 12, 2024
1 parent ebf9e11 commit 4e1116f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/bn256/cloudflare/gfp_decl.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
//nolint:varcheck,unused,deadcode
var hasBMI2 = cpu.X86.HasBMI2

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

//go:noescape
Expand Down

0 comments on commit 4e1116f

Please sign in to comment.