mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-03 07:56:42 -05:00
fix duplicated asm function
This commit is contained in:
parent
f54da94d03
commit
b5ab714b52
@ -1,3 +1,5 @@
|
||||
// +build !amd64
|
||||
|
||||
package kcp
|
||||
|
||||
// xorfwd performs XOR forwards in words, x[i] ^= x[i-4], i from 0 to len
|
||||
|
4
transport/internet/kcp/xor_amd64.go
Normal file
4
transport/internet/kcp/xor_amd64.go
Normal file
@ -0,0 +1,4 @@
|
||||
package kcp
|
||||
|
||||
func xorfwd(x []byte)
|
||||
func xorbkd(x []byte)
|
Loading…
Reference in New Issue
Block a user