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 totarget_features
. - provide ๐