diff options
Diffstat (limited to 'src/internal/bytealg/index_native.go')
| -rw-r--r-- | src/internal/bytealg/index_native.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/bytealg/index_native.go b/src/internal/bytealg/index_native.go index 59c93f9d12..f917c7a92a 100644 --- a/src/internal/bytealg/index_native.go +++ b/src/internal/bytealg/index_native.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 amd64 || arm64 || s390x || ppc64le || ppc64 +//go:build amd64 || arm64 || loong64 || s390x || ppc64le || ppc64 package bytealg |
