blob: 43cc14fbe2e370f4d4c540e9de4d2903fc3155af [file] [log] [blame]
onkarkundargi72cfd362020-02-27 12:34:37 +05301// +build !appengine
2// +build gc
3// +build !noasm
4
5package lz4
6
7//go:noescape
8func decodeBlock(dst, src []byte) int