pub enum Feature {
_64b,
compat,
sse,
}
Expand description
A CPU feature.
This is generated from the dsl::Feature
enumeration defined in the meta
crate (i.e., an exact replica). It describes the CPUID features required by
an instruction; see Inst::features
.