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.
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |