Skip to content

Commit 1c17c93

Browse files
authored
Merge pull request #1 from cyphar/ppc64le
*: add ppc64le
2 parents 51013b0 + 4a0ef2a commit 1c17c93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

native_bigendian.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build armbe arm64be ppc64 mips mips64 mips64p32 ppc sparc sparc64 s390 s390x
1+
// +build armbe arm64be mips mips64 mips64p32 ppc ppc64 sparc sparc64 s390 s390x
22

33
package native_endian
44

native_littleendian.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build 386 amd64 amd64p32 arm arm64 mipsle mis64le mips64p32le riscv riscv64 wasm
1+
// +build 386 amd64 amd64p32 arm arm64 mipsle mis64le mips64p32le ppc64le riscv riscv64 wasm
22

33
package native_endian
44

0 commit comments

Comments
 (0)