blob: 43cc14fbe2e370f4d4c540e9de4d2903fc3155af [file] [log] [blame]
Takahiro Suzukid7bf8202020-12-17 20:21:59 +09001// +build !appengine
2// +build gc
3// +build !noasm
4
5package lz4
6
7//go:noescape
8func decodeBlock(dst, src []byte) int