package cpu

Import Path
	github.com/segmentio/asm/cpu (on go.dev)

Dependency Relation
	imports 3 packages, and imported by one package

Involved Source Files Pakage cpu provides APIs to detect CPU features available at runtime.
Package-Level Variables (total 3, all are exported)
ARM is the bitset representing which parts of the arm instruction sets are supported by the CPU.
ARM64 is the bitset representing which parts of the arm64 instruction sets are supported by the CPU.
X86 is the bitset representing the set of the x86 instruction sets are supported by the CPU.