crypto/bn256/cloudflare: fix noescape-directive (#29222)
This commit is contained in:
parent
ebf9e11af2
commit
4e1116f9c5
@ -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…
Reference in New Issue
Block a user