Skip to content

Commit

Permalink
Revert "internal/bytealg: add assembly implementation of Compare/Comp…
Browse files Browse the repository at this point in the history
…areString on mips64x"

This reverts CL 196837 (commit 78baea8).

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>
  • Loading branch information
bradfitz committed Sep 26, 2019
1 parent 62e4156 commit ae024d9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 94 deletions.
2 changes: 1 addition & 1 deletion src/internal/bytealg/compare_generic.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
92 changes: 0 additions & 92 deletions src/internal/bytealg/compare_mips64x.s

This file was deleted.

2 changes: 1 addition & 1 deletion src/internal/bytealg/compare_native.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 mips64 mips64le wasm
// +build 386 amd64 amd64p32 s390x arm arm64 ppc64 ppc64le mips mipsle wasm

package bytealg

Expand Down

0 comments on commit ae024d9

Please sign in to comment.