Fields

arch: Arch,

Architecture

model: *const Model,

The CPU model to target. It has a set of features which are overridden with the features field.

features: Feature.Set,

An explicit list of the entire CPU feature set. It may differ from the specific CPU model’s features.

Functions

fn baseline(arch: Arch) Cpu

The “default” set of CPU features for cross-compiling. A conservative set of fe…

The “default” set of CPU features for cross-compiling. A conservative set of features that is expected to be supported on most available hardware.