crypto/bn256/cloudflare: fix noescape-directive (#29222)

pull/29233/head
San Ye 6 months ago committed by GitHub
parent ebf9e11af2
commit 4e1116f9c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      crypto/bn256/cloudflare/gfp_decl.go

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

Loading…
Cancel
Save