Constant ALL_FEATURES

Source
pub const ALL_FEATURES: &[Feature];
Expand description

List all CPU features.

It is critical that this list contains all variants of the Feature enum. We use this list here in the meta level so that we can accurately transcribe each variant to an enum available in the generated layer above. If this list is incomplete, we will (fortunately) see compile errors for generated functions that use the missing variants.