mirror of https://github.com/v2ray/v2ray-core
noescape on asm functions
parent
97b7c303b0
commit
91227581e5
|
@ -1,4 +1,7 @@
|
||||||
package kcp
|
package kcp
|
||||||
|
|
||||||
|
//go:noescape
|
||||||
func xorfwd(x []byte)
|
func xorfwd(x []byte)
|
||||||
|
|
||||||
|
//go:noescape
|
||||||
func xorbkd(x []byte)
|
func xorbkd(x []byte)
|
||||||
|
|
Loading…
Reference in New Issue