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.
2 parents 51013b0 + 4a0ef2a commit 1c17c93Copy full SHA for 1c17c93
native_bigendian.go
@@ -1,4 +1,4 @@
1
-// +build armbe arm64be ppc64 mips mips64 mips64p32 ppc sparc sparc64 s390 s390x
+// +build armbe arm64be mips mips64 mips64p32 ppc ppc64 sparc sparc64 s390 s390x
2
3
package native_endian
4
native_littleendian.go
-// +build 386 amd64 amd64p32 arm arm64 mipsle mis64le mips64p32le riscv riscv64 wasm
+// +build 386 amd64 amd64p32 arm arm64 mipsle mis64le mips64p32le ppc64le riscv riscv64 wasm
0 commit comments