tinygo/src/runtime/arch_amd64.go
2018-09-02 16:00:31 +02:00

11 строки
196 Б
Go

// +build amd64
package runtime
const GOARCH = "amd64"
// The length type used inside strings and slices.
type lenType uint32
// The bitness of the CPU (e.g. 8, 32, 64).
const TargetBits = 64