decode_amd64.go 289 B

12345678910
  1. // Copyright 2016 The Snappy-Go Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. package snappy
  5. // decode has the same semantics as in decode_other.go.
  6. //
  7. //go:noescape
  8. func decode(dst, src []byte) int