From 9d6dce119949d340ebb42becae018a3c11148690 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 1 Aug 2019 03:46:14 -0400 Subject: github.com/containers/storage v1.12.13 Signed-off-by: Daniel J Walsh --- .../github.com/klauspost/compress/snappy/decode_amd64.go | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 vendor/github.com/klauspost/compress/snappy/decode_amd64.go (limited to 'vendor/github.com/klauspost/compress/snappy/decode_amd64.go') diff --git a/vendor/github.com/klauspost/compress/snappy/decode_amd64.go b/vendor/github.com/klauspost/compress/snappy/decode_amd64.go new file mode 100644 index 000000000..fcd192b84 --- /dev/null +++ b/vendor/github.com/klauspost/compress/snappy/decode_amd64.go @@ -0,0 +1,14 @@ +// Copyright 2016 The Snappy-Go Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +// +build !appengine +// +build gc +// +build !noasm + +package snappy + +// decode has the same semantics as in decode_other.go. +// +//go:noescape +func decode(dst, src []byte) int -- cgit v1.2.3-54-g00ecf