A bit set of all the features.
Functions
fn addFeature(set: *Set, arch_feature_index: Index) void
Adds the specified feature but not its dependencies.
fn addFeatureSet(set: *Set, other_set: Set) void
Adds the specified feature set but not its dependencies.
fn populateDependencies(set: *Set, all_features_list: []const Cpu.Feature) void
No documentation provided.
fn removeFeature(set: *Set, arch_feature_index: Index) void
Removes the specified feature but not its dependents.
fn removeFeatureSet(set: *Set, other_set: Set) void
Removes the specified feature but not its dependents.
Values
Index | undefined | |
ShiftInt | undefined | |
byte_count | type | |
empty | Set | |
needed_bit_count | comptime_int | |
usize_count | type |