aboutsummaryrefslogtreecommitdiff
path: root/src/internal/bytealg/count_native.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/bytealg/count_native.go')
-rw-r--r--src/internal/bytealg/count_native.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/bytealg/count_native.go b/src/internal/bytealg/count_native.go
index 0448fca9e8..b1ff1d265a 100644
--- a/src/internal/bytealg/count_native.go
+++ b/src/internal/bytealg/count_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.
-// +build amd64 arm arm64 ppc64le ppc64 s390x
+// +build amd64 arm arm64 ppc64le ppc64 riscv64 s390x
package bytealg