Enum Feature

Source
pub enum Feature {
    _64b,
    compat,
    sse,
    sse2,
    ssse3,
    sse41,
    bmi1,
    lzcnt,
    popcnt,
    avx,
}
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.

Variants§

§

_64b

§

compat

§

sse

§

sse2

§

ssse3

§

sse41

§

bmi1

§

lzcnt

§

popcnt

§

avx