Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha-simonu-adapter
/
18f5eb1837a80750afa75b19f1ceefb5d31190a8
/
.
/
vendor
/
github.com
/
pierrec
/
lz4
/
decode_amd64.go
blob: 43cc14fbe2e370f4d4c540e9de4d2903fc3155af [
file
] [
log
] [
blame
]
Scott Baker
611f6bd
2019-10-18 13:45:19 -0700
[
diff
] [
blame
]
1
// +build !appengine
2
// +build gc
3
// +build !noasm
4
5
package lz4
6
7
//go:noescape
8
func decodeBlock(dst, src []byte) int