DoxigAlpha

Cpu

Fields of this type

Fields

#
arch:Arch
Architecture
model:*const Model
The CPU model to target.
features:Feature.Set
An explicit list of the entire CPU feature set.

Type definitions in this namespace

Types

#

The "default" set of CPU features for cross-compiling.

Functions

#
baseline
The "default" set of CPU features for cross-compiling.
supportsAddressSpace
Returns whether this architecture supports `address_space`.
has
Returns true if `feature` is enabled.
hasAny
Returns true if any feature in `features` is enabled.
hasAll
Returns true if all features in `features` are enabled.