diff options
Diffstat (limited to 'pkg/atomicbitops/aligned_64bit.go')
-rw-r--r-- | pkg/atomicbitops/aligned_64bit.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/atomicbitops/aligned_64bit.go b/pkg/atomicbitops/aligned_64bit.go index 1544c7814..2c421d920 100644 --- a/pkg/atomicbitops/aligned_64bit.go +++ b/pkg/atomicbitops/aligned_64bit.go @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +//go:build !arm && !mips && !386 // +build !arm,!mips,!386 package atomicbitops |