mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 10:08:15 -05:00
noescape on asm functions
This commit is contained in:
parent
97b7c303b0
commit
91227581e5
@ -1,4 +1,7 @@
|
||||
package kcp
|
||||
|
||||
//go:noescape
|
||||
func xorfwd(x []byte)
|
||||
|
||||
//go:noescape
|
||||
func xorbkd(x []byte)
|
||||
|
Loading…
Reference in New Issue
Block a user