aboutsummaryrefslogtreecommitdiff
path: root/src/internal/bytealg/index_generic.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/bytealg/index_generic.go')
-rw-r--r--src/internal/bytealg/index_generic.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/bytealg/index_generic.go b/src/internal/bytealg/index_generic.go
index 98e859f925..2b8b139aeb 100644
--- a/src/internal/bytealg/index_generic.go
+++ b/src/internal/bytealg/index_generic.go
@@ -2,6 +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
// +build !amd64,!arm64,!s390x
package bytealg