noescape on asm functions

pull/1435/head
Darien Raymond 2018-11-19 00:33:20 +01:00
parent 97b7c303b0
commit 91227581e5
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
package kcp
//go:noescape
func xorfwd(x []byte)
//go:noescape
func xorbkd(x []byte)