diff options
Diffstat (limited to 'src/internal/bytealg/count_generic.go')
| -rw-r--r-- | src/internal/bytealg/count_generic.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/bytealg/count_generic.go b/src/internal/bytealg/count_generic.go index acc5a79827..a763b3bc61 100644 --- a/src/internal/bytealg/count_generic.go +++ b/src/internal/bytealg/count_generic.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 +// +build !amd64,!arm64 package bytealg |
