1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
From: David Steele <steele@debian.org>
Date: Mon, 12 Jun 2017 18:57:26 -0400
Subject: Add xorBlock compile support for deb archs
---
cmac/hash_32bit.go | 2 +-
cmac/hash_64bit.go | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--- a/cmac/hash_64bit.go
+++ b/cmac/hash_64bit.go
@@ -13,7 +13,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-// +build amd64 arm64 ppc64 ppc64le s390x mips64 mips64le
+// +build amd64 arm64 ppc64 ppc64le ppc64el mips64 mips64le mips64el s390x alpha amd64p32 arm64be mipso64 mipsn64 mips64p32 mips64p32le ia64 riscv64 sparc64
// This code assumes that it's safe to perform unaligned word-sized loads. This is safe on:
// - arm64 per http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.den0024a/ch05s01s02.html
|