aboutsummaryrefslogtreecommitdiff
path: root/src/internal/bytealg/compare_generic.go
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2019-09-26 15:37:06 +0000
committerBrad Fitzpatrick <bradfitz@golang.org>2019-09-26 15:54:41 +0000
commitae024d9daf9b98dfdc5d4449964645cd3d303ac1 (patch)
tree79dfd1b2fc4d21fd02baf8c9764e442c4d009143 /src/internal/bytealg/compare_generic.go
parent62e415655238a3c0103c1b70e6805edf8193c543 (diff)
downloadgo-ae024d9daf9b98dfdc5d4449964645cd3d303ac1.tar.xz
Revert "internal/bytealg: add assembly implementation of Compare/CompareString on mips64x"
This reverts CL 196837 (commit 78baea836d9f431297). Reason for revert: broke the mips64le build. Change-Id: I531da60d098cb227659c9977a3d229474325b0a5 Reviewed-on: https://go-review.googlesource.com/c/go/+/197538 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Bryan C. Mills <bcmills@google.com> Reviewed-by: Cherry Zhang <cherryyz@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'src/internal/bytealg/compare_generic.go')
-rw-r--r--src/internal/bytealg/compare_generic.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/bytealg/compare_generic.go b/src/internal/bytealg/compare_generic.go
index 4839df9528..2ac60f3df9 100644
--- a/src/internal/bytealg/compare_generic.go
+++ b/src/internal/bytealg/compare_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 !386,!amd64,!amd64p32,!s390x,!arm,!arm64,!ppc64,!ppc64le,!mips,!mipsle,!wasm,!mips64,!mips64le
+// +build !386,!amd64,!amd64p32,!s390x,!arm,!arm64,!ppc64,!ppc64le,!mips,!mipsle,!wasm
package bytealg