diff options
Diffstat (limited to 'pkg/bits/uint64_arch_generic.go')
-rw-r--r-- | pkg/bits/uint64_arch_generic.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/bits/uint64_arch_generic.go b/pkg/bits/uint64_arch_generic.go index 9dd2098d1..83b23a3fc 100644 --- a/pkg/bits/uint64_arch_generic.go +++ b/pkg/bits/uint64_arch_generic.go @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +//go:build !amd64 && !arm64 // +build !amd64,!arm64 package bits |