cpu

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 27, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Pakage cpu provides APIs to detect CPU features available at runtime.

Index

Constants

This section is empty.

Variables

View Source
var (
	// X86 is the bitset representing the set of the x86 instruction sets are
	// supported by the CPU.
	X86 = x86.ABI()

	// ARM is the bitset representing which parts of the arm instruction sets
	// are supported by the CPU.
	ARM = arm.ABI()

	// ARM64 is the bitset representing which parts of the arm64 instruction
	// sets are supported by the CPU.
	ARM64 = arm64.ABI()
)

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
Package cpuid provides generic types used to represent CPU features supported by the architecture.
Package cpuid provides generic types used to represent CPU features supported by the architecture.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL