From: Joel Sing Date: Thu, 2 Mar 2023 14:23:59 +0000 (+1100) Subject: internal/bytealg: remove aix and linux build tags from ppc64 index code X-Git-Tag: go1.21rc1~1346 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=71c84d4b4149bebc2abcc495ef744e1a010a18e7;p=gostls13.git internal/bytealg: remove aix and linux build tags from ppc64 index code This code is generic to ppc64/ppc64le - there is no need to limit it to aix or linux. Updates #56001 Change-Id: I613964a90f9c5ca637720219a0260d65427f4be0 Reviewed-on: https://go-review.googlesource.com/c/go/+/473697 TryBot-Result: Gopher Robot Reviewed-by: Ian Lance Taylor Run-TryBot: Joel Sing Reviewed-by: Carlos Amedee Reviewed-by: Lynn Boger --- diff --git a/src/internal/bytealg/index_ppc64x.go b/src/internal/bytealg/index_ppc64x.go index ab3cbe5e96..720d51748d 100644 --- a/src/internal/bytealg/index_ppc64x.go +++ b/src/internal/bytealg/index_ppc64x.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. -//go:build (aix || linux) && (ppc64 || ppc64le) +//go:build ppc64 || ppc64le package bytealg