We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8dd1ef commit 8d9c833Copy full SHA for 8d9c833
src/runtime/cputicks.go
@@ -6,6 +6,7 @@
6
// +build !arm64
7
// +build !mips64
8
// +build !mips64le
9
+// +build !sparc64
10
11
package runtime
12
src/runtime/hash64.go
@@ -6,7 +6,7 @@
// xxhash: https://code.google.com/p/xxhash/
// cityhash: https://code.google.com/p/cityhash/
-// +build amd64 amd64p32 arm64 mips64 mips64le ppc64 ppc64le
+// +build amd64 amd64p32 arm64 mips64 mips64le ppc64 ppc64le sparc64
src/runtime/unaligned2.go
@@ -2,7 +2,7 @@
2
// Use of this source code is governed by a BSD-style
3
// license that can be found in the LICENSE file.
4
5
-// +build arm ppc64 ppc64le mips64 mips64le
+// +build arm ppc64 ppc64le mips64 mips64le sparc64
0 commit comments