From 5a9955b6cf5b5b5df8defb2a1048911e9efd2720 Mon Sep 17 00:00:00 2001 From: wuruilong Date: Mon, 13 May 2024 08:47:10 +0000 Subject: [PATCH] Add support for loong64 --- cmac/hash_64bit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmac/hash_64bit.go b/cmac/hash_64bit.go index fe31eda..8378733 100644 --- 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 s390x loong64 mips64 mips64le // 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