Module target_features

Source

Functionsยง

asm_target_features ๐Ÿ”’
Computes the set of target features used in a function for the purposes of inline assembly.
check_target_feature_trait_unsafe ๐Ÿ”’
Checks the function annotated with #[target_feature] is not a safe trait method implementation, reporting an error if it is.
from_target_feature_attr ๐Ÿ”’
Compute the enabled target features from the #[target_feature] function attribute. Enabled target features are added to target_features.
provide ๐Ÿ”’