commit | 324337e88eefead09e9288050a9f0842715e636c | [log] [tgz] |
---|---|---|
author | Pragya Arya <pragya.arya@radisys.com> | Thu Feb 20 14:35:08 2020 +0530 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Fri Mar 06 09:55:43 2020 -0800 |
tree | b7d192e56ff7a1c9ad55440c5ea2875d32acb2ba | |
parent | e3bd3cbc695bc248ff54aa56cf2961556029db20 [diff] [blame] |
SEBA-949 support for publishing bbsim events on kafka Change-Id: I4354cd026bbadc801e4d6d08b2f9cd3462917b4c
diff --git a/vendor/github.com/pierrec/lz4/decode_amd64.go b/vendor/github.com/pierrec/lz4/decode_amd64.go new file mode 100644 index 0000000..43cc14f --- /dev/null +++ b/vendor/github.com/pierrec/lz4/decode_amd64.go
@@ -0,0 +1,8 @@ +// +build !appengine +// +build gc +// +build !noasm + +package lz4 + +//go:noescape +func decodeBlock(dst, src []byte) int