From c2a8dd57d4131dbafa8a3e04ca5b8d252a078a94 Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Tue, 7 Oct 2025 15:55:27 +0800 Subject: [PATCH] internal/nat: add missing loong64 --- internal/bigmod/nat_asm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/bigmod/nat_asm.go b/internal/bigmod/nat_asm.go index 27832ad..e6cfe3d 100644 --- a/internal/bigmod/nat_asm.go +++ b/internal/bigmod/nat_asm.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -//go:build !purego && (386 || amd64 || arm || arm64 || ppc64 || ppc64le || riscv64 || s390x) +//go:build !purego && (386 || amd64 || arm || arm64 || loong64 || ppc64 || ppc64le || riscv64 || s390x) package bigmod