summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/golang/snappy/decode_amd64.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/golang/snappy/decode_amd64.go')
-rw-r--r--vendor/github.com/golang/snappy/decode_amd64.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/github.com/golang/snappy/decode_amd64.go b/vendor/github.com/golang/snappy/decode_amd64.go
index 32bce47093..fcd192b849 100644
--- a/vendor/github.com/golang/snappy/decode_amd64.go
+++ b/vendor/github.com/golang/snappy/decode_amd64.go
@@ -2,6 +2,10 @@
// 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.