This website works better with JavaScript
Home
Explore
Help
Sign In
wytfy
/
v2ray-core
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
noescape on asm functions
Darien Raymond
7 years ago
parent
97b7c303b0
commit
91227581e5
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
transport/internet/kcp/xor_amd64.go
+ 3
- 0
transport/internet/kcp/xor_amd64.go
View File
@@ -1,4 +1,7 @@
package kcp
+//go:noescape
func xorfwd(x []byte)
+
+//go:noescape
func xorbkd(x []byte)