decode_amd64.go 117 B

12345678
  1. // +build !appengine
  2. // +build gc
  3. // +build !noasm
  4. package lz4
  5. //go:noescape
  6. func decodeBlock(dst, src []byte) int