package cpu

Import Path
	github.com/tmc/go-iroh/internal/itls/shim/cpu (on go.dev)

Dependency Relation
	imports one package, and imported by one package

Involved Source Files Package cpu is a minimal shim for the GOROOT-private internal/cpu, exposing just the feature flags the vendored crypto/tls reads.
Package-Level Variables (total 3)
ARM64 mirrors the fields crypto/tls reads on arm64.
S390X mirrors the fields crypto/tls reads on s390x.
X86 mirrors the fields crypto/tls reads on amd64.