runtime: map hasher

This commit is contained in:
visualfc
2024-06-30 22:16:46 +08:00
parent 439e377111
commit 8d193ab39f
7 changed files with 412 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
//go:build ppc64 || s390x || mips || mips64
// +build ppc64 s390x mips mips64
package goarch
const (
BigEndian = false
LittleEndian = true
)